Common APIs
Get Video Task
Read asynchronous video status and output
GET
https://api.tokenbyte.ai/api/v1/video/task/{task_id}curl "https://api.tokenbyte.ai/api/v1/video/task/$TASK_ID" \
-H "Authorization: Bearer $TOKENBYTE_API_KEY"Stop polling when the task becomes succeeded or failed.