Appearance
Generate Instructions
POST
/api/v1/studio/profile-builder/generate
Generate AI-crafted custom instructions from a template and brand context.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Request Body
application/json
JSON "template_id": "string", "brand_name": "", "target_audience": "", "unique_selling_points": "", "tone": "professional", "language": "en", "things_to_avoid": ""
{
}
Responses
Successful Response
application/json
JSON "custom_instructions": "string", "xct_used": 0
{
}