Assistants

Create assistant

Create a new assistant.

POST/openapi/assistants

Request

Response

200 OK

No fields

Sample code

curl -X POST 'https://openapi.voicefox.ai/openapi/assistants' \
  -H 'Authorization: Bearer <YOUR_TOKEN>' \
  -H 'Content-Type: application/json'

Response example

{}