Authorizations
Authentication using a Pipecat Cloud API token.
Path Parameters
Name of the agent to start
Body
Whether to create a Daily room for the service instance
Optional configuration for the Daily room. Only used when createDailyRoom is true.
See Daily API documentation for supported properties.
{ "enable_recording": "cloud" }
Optional configuration for the Daily meeting token. Only used when createDailyRoom is true.
See Daily API documentation for supported properties.
{
"is_owner": true,
"enable_auto_recording": true
}
Arbitrary user data / configuration object to pass to the service instance. Accessible as the first parameter of the bot
method or custom entry point.
See the Starting Sessions
docs for more information.
{ "foo": "bar" }
Response
Service started successfully
URL of the created Daily room (if createDailyRoom was set to true)
"https://cloud-354b1860310a444ba0f528b6a2f467c4.daily.co/qZbK9nyXCDCmQ0zDDZta"
Token to access the Daily room (if createDailyRoom was set to true)
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."