curl --request GET \
--url https://open.skills.video/api/v1/generation/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "IN_QUEUE",
"data": "<string>",
"usage": {
"total": 0,
"subscription": 0,
"permanent": 0
}
}curl --request GET \
--url https://open.skills.video/api/v1/generation/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "IN_QUEUE",
"data": "<string>",
"usage": {
"total": 0,
"subscription": 0,
"permanent": 0
}
}API Key for API endpoints
Generation task ID
Generation result
Generation id.
Queue status
IN_QUEUE, IN_PROGRESS, COMPLETED, FAILED, CANCELED Credit usage breakdown for the request
Show child attributes