Veed Fabric 1.0 - Get task status
Veed Fabric 1.0 API
Veed Fabric 1.0 - Get task status
Retrieve a specific Veed Fabric 1.0 lip-sync task by its ID, including generation status and result URL when completed.
GET
Veed Fabric 1.0 - Get task status
Authorizations
Your Magnific API key. Required for authentication. Learn how to obtain an API key
Path Parameters
ID of the task
Response
OK - The task exists and the status is returned
Example:
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED",
"generated": [
"https://openapi-generator.tech",
"https://openapi-generator.tech"
]
}