Skip to main content
POST
/
streaming
/
ingests
/
v2
/
{ingest_id}
/
pull
cURL
curl --request POST \
  --url https://api.mottostreaming.com/streaming/ingests/v2/{ingest_id}/pull \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ingest_id": "<string>"
}
'
{}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

ingest_id
string
required

The ID of the ingest to start pulling.

Body

application/json

Request message for PullIngestRequest.

ingest_id
string

The ID of the ingest to start pulling.

Response

OK

Response message for PullIngestRequest.