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

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
source_url
string
required
name
string
required
stream_id
string
rapid_review_query
string

Response

Successful response.

session_id
string
stream_id
string
status
string