Skip to main content
POST
/
api
/
live
/
attach-stream
Attach stream
curl --request POST \
  --url https://api-prod.nomadicml.com/api/live/attach-stream \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'stream_id=<string>' \
  --data 'stream_name=<string>' \
  --data 'source_url=<string>'
{
  "ok": true
}

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
stream_name
string
required
source_url
string
required

Response

Successful response.

ok
enum<boolean>
required
Available options:
true