Create a voice session (in progress)
POST/api/v1/llm/create-daily-session
Starts the configured hosted-provider voice session for an initialized conversation. Confirm room connection and agent readiness through provider events. A returned session alone does not establish that the agent joined or that transcripts were stored in conversation history.
At session end, handle room expiry and the client's local capture separately; a local disconnect alone does not establish remote cleanup.
Request
Responses
- 200
Voice session created
Document ID: DOC-MA-conversations-api-createDailySession. Section identities and revisions.
| Section | Stable reference |
|---|---|
| Overview | DOC-MA-conversations-api-createDailySession#overview |
| Request | DOC-MA-conversations-api-createDailySession#request |
| Responses | DOC-MA-conversations-api-createDailySession#responses |