Get video status

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.

HTTP Request

GET https://api.oxolo.com/v1/api/videos/{VIDEO_IDENTIFIER}/status

curl -X 'GET' 
'https://api.oxolo.com/v1/api/videos/{VIDEO_IDENTIFIER}/status' 
-H 'accept: application/json' 
-H 'authorization: YOUR_API_KEY'

{"results": "done"}