cURL
查询任务结果
deprecated
通过jobId查询当前视频生成结果
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.ttapi.io/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
生成的视频的jobId
Response
创建视频请求成功(任务状态通过status区分:排队中/处理中/成功/失败)
任务状态:PENDING_QUEUE-排队中,ON_QUEUE-处理中,SUCCESS-成功,FAILED-失败
Available options:
PENDING_QUEUE, ON_QUEUE, SUCCESS, FAILED Example:
"SUCCESS"
响应信息:成功时为空字符串,失败时返回具体错误原因(如「额度不足」「提示词违规」)
Example:
""
任务唯一标识ID,用于查询任务状态/接收回调通知
Example:
"c679a92e-dae0-462d-b70f-dcfeaf2189fa"
创建视频
- 创建视频
- 创建角色
- 去水印
Last modified on March 26, 2026