Endpoints
Create a Persona
Create a new AI persona.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Persona details.
The body is of type object
.
Response
200
application/json
Persona created successfully.
The response is of type object
.