Create a persona
POST/personas
text_ai and audio_ai are credential ids. Which models you may use
depends on your plan, and how many personas you may hold is a plan
limit too — both surface as 400.
Request
Responses
- 201
- 400
- 401
- 403
Created. The id is nested under item — read item.id. Only
id and name come back; fetch the persona to see the rest.
Missing a required field, specialty over the plan's character limit, a model your plan does not allow, or the persona count limit reached.
Missing, malformed, invalid or revoked API key.
Confirm the key independently with GET /api-keys/introspect, which
needs no scope.
The key is valid but lacks a required scope.