Via API call
BlendVision API also provides an active check of the encoding progress.
Fire an HTTP request to get Job’s status via curl command like below:
curl -X GET 'https://api.az.blendvision.io/api/v1/job/{{jobID}}' \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: {{apiKey}}'
The response shows the detailed status of the encoding job (given by {{jobID}}),
which contains information such as Job stage, job stage status, file Output destination, CDN endpoints, meta data of source file, and so on. Please refer to Get Job Detail Status API to find the complete description.
Via Event Webhook
Furthermore, passively receiving the Job event callback from BlendVision API server is an alternative to get the Job status updates. Go to the Project setting page and set up the Webhook detail.
To implement a callback server, please check out the Event Webhook for more details.
Via Email notification
In the Project setting, you can navigate to the “Notification” tab to define job status notification recipients and how frequent you want to be notified.