curl --request GET \ --url https://api.videodb.io/async-response/{response_id} \ --header 'x-access-token: <api-key>'
Copy
Ask AI
{ "success": true, "status": "done", "data": {}}
Retrieves the results of long-running asynchronous operations such as transcoding, processing, or indexing. Use this endpoint to poll the status and final results of async requests that were initiated with a callback or that return a response ID.