Live
Create session
Create a Live WebRTC session. Start with the Live prompting guide.
post/live/sessions
Request body
Example request
{
"session": {
"client": {
"data_channel": {
"allowed_server_events": [
{
"type": "session.started"
}
]
}
}
}
}Response
Live session created with a WebRTC answer.