POST
/
streaming
/
rtmp_ingests
/
v1
/
{rtmp_ingest_id}
/
pull
curl --request POST \
  --url https://api.mottostreaming.com/streaming/rtmp_ingests/v1/{rtmp_ingest_id}/pull \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "rtmp_ingest_id": "<string>"
}'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

rtmp_ingest_id
string
required

The ID of the RTMP ingest to start pulling.

Body

application/json

Request message for PullRTMPIngestRequest.

rtmp_ingest_id
string

The ID of the RTMP ingest to start pulling.

Response

200
application/json
OK

Response message for PullRTMPIngestRequest.