Get the status of a request and the video URLs once completed.
curl --request GET \ --url https://api.verbalia.net/status/{request_id} \ --header 'X-API-Key: <api-key>'
{ "status": "pending", "time_taken": 123, "error_message": "<string>", "video_seconds": 123, "video_url": "<string>" }
pending
processing
completed
failed
Was this page helpful?