Persona Endpoints
Persona management endpoints for CRUD operations
Create Persona
GET /v2/personas
Create persona associated with your account.
Parameters
id
integer
Required ID of the persona to update
name
string
Optional New name for the persona
title
string
Optional New title or description
Curl Example
Response Example
List Personas
GET /v2/personas
Lists all personas associated with your account.
Curl Example
Response Example
Get Persona
GET /v2/personas/:id
Parameters
id
integer
Required ID of the persona to retrieve
Curl Example
Response Example
Update Persona
PUT /v2/personas/:id
Updates existing persona details.
Parameters
id
integer
Required ID of the persona to update
name
string
Optional New name for the persona
title
string
Optional New title or description
knows
string
Optional New comma-separated style knowledge
profession
string
Optional New professional field
Curl Example
Response Example
Delete Persona
DELETE /v2/personas/:id
Parameters
id
integer
Required ID of the persona to delete
Curl Example
Response Example
Profession Types
Interior
Exterior
Sketch
Video (Use it for Motion AI)
Fluw
3DGen
Render
MagicWand
Enhancer
Segment
ArchiGPT
Last updated