Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.mottostreaming.com/streaming/vods/v2/{vod_id} \ --header 'Authorization: Bearer <token>'
{ "vod": { "name": "<string>", "id": "<string>", "project_id": "<string>", "localized_title": {}, "video_id": "<string>", "asset_id": "<string>", "external_asset_url": "<string>" } }
GetVideo
Returns information about the video.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes