Create Agent
Create a new agent
POST
Body
application/json
Available options:
elevenlabs
, cartesia
Example:
"sonic-english"
Unique identifier for the owner of the agent
Example:
"gpt-4o-mini"
The URL of the custom LLM to use
Example:
"https://api.example.com/v1/chat/completions"
Timestamp when the agent was created
Timestamp when the agent was updated
Response
201
application/json
Agent created successfully
Unique identifier for the agent, generated by the MySQL service
Available options:
elevenlabs
, cartesia
Example:
"sonic-english"
Example:
"gpt-4o-mini"
The URL of the custom LLM to use
Example:
"https://api.example.com/v1/chat/completions"
Unique identifier for the owner of the agent
Timestamp when the agent was created
Timestamp when the agent was last updated