cURL
curl --request POST \ --url http://localhost:8000/api/agents/ \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "type": "STT", "user_id": "<string>", "description": "<string>", "config": {} } '
{ "name": "<string>", "type": "STT", "id": "<string>", "is_active": true, "user_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>", "config": {}, "phone_number": "<string>", "twilio_sid": "<string>" }
Create a new agent.
STT
LLM
TTS
PIPELINE
Successful Response