Skip to main content
POST
/
api
/
live
/
end-session
End live session
curl --request POST \
  --url https://api-prod.nomadicml.com/api/live/end-session \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'stream_id=<string>' \
  --data 'session_id=<string>'
{
  "status": "ended"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nomadicml.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <NOMADIC_API_KEY>.

Body

application/x-www-form-urlencoded
stream_id
string
required
session_id
string
required

Response

Successful response.

status
enum<string>
required
Available options:
ended,
already_ended