Happy Horse 1.0 Video Edit - Get task status
Video Edit
Happy Horse 1.0 Video Edit - Get task status
Retrieve the status and result of a specific Happy Horse 1.0 video edit task by its ID.
GET
Happy Horse 1.0 Video Edit - Get task status
Documentation Index
Fetch the complete documentation index at: https://docs.magnific.com/llms.txt
Use this file to discover all available pages before exploring further.
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"
]
}