cURL
curl --request POST \ --url https://api.pipecat.daily.co/v1/public/{agentName}/start \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "createDailyRoom": true, "dailyRoomProperties": { "enable_recording": "cloud" }, "body": { "foo": "bar" } }'
{ "dailyRoom": "https://cloud-354b1860310a444ba0f528b6a2f467c4.daily.co/qZbK9nyXCDCmQ0zDDZta", "dailyToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." }
Start a new session with a deployed agent.
Authentication using a Pipecat Cloud API token.
Name of the agent to start
Service started successfully
The response is of type object.
object