Use this endpoint to retrieve the status of a specific video. You can use this to check if a video is done or still in progress.
GET https://api.oxolo.com/v1/api/videos/{VIDEO_IDENTIFIER}/status
At this time, our API does not support custom callbacks during the video creation process. If you want to check the status of a video and see if it is complete, you will need to call the endpoint periodically until the video is done. We understand that custom callbacks can be a useful feature for some users, and we are working to add support for this in the future. In the meantime, please check the status endpoint regularly to stay updated on the progress of your videos.
curl -X 'GET'
'https://api.oxolo.com/v1/api/videos/{VIDEO_IDENTIFIER}/status'
-H 'accept: application/json'
-H 'authorization: YOUR_API_KEY'