cURL
curl --request POST \ --url https://api.mottostreaming.com/streaming/vods/v1/{vod_id}/start_processing \ --header 'Authorization: Bearer <token>'
{}
StartVideoProcess
Starts the video process. The video will be available for streaming once the process is complete.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object