Retrieve a specific dub by its ID. Only returns dubs created via API by the authenticated user. You should poll this a maximum of once every 3 seconds while waiting for a dub to complete.
GET
/
v1
/
me
/
dubs
/
{dubId}
Get dub by ID
Copy
curl --request GET \ --url https://api.voicedub.ai/v1/me/dubs/{dubId} \ --header 'Authorization: <api-key>'