Skip to main content
GET
Query task (HappyHorse compatible protocol)
Use the output.task_id returned at creation to query the task. The response preserves the HappyHorse-compatible structure, with the video URL in output.video_url after success.
The task and video_url are retained for only 24 hours. Download and store the video promptly after success.

Polling example

Python

Headers

Authorization
string
required

API Key token (Bearer sk-xxx)

Content-Type
string

Path Parameters

taskId
string
required

Response

200 - application/json
request_id
string

Unique request identifier, can be used for request tracing and troubleshooting

output
object

Task output information

usage
object

Output information statistics (returned only when the task succeeds)