cURL
GPT-4o生成结果查询
deprecated
获取换脸任务结果查询,返回数据结构与hookUrl返回一致。
注:jobId 支持通过 URL 参数(Query)、请求体(Body)两种方式传递
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.
Query Parameters
生成接口同步返回的jobId(支持URL参数/请求体传递)
Response
请求成功
任务状态:ON_QUEUE-处理中,SUCCESS-成功,FAILED-失败
Available options:
SUCCESS, ON_QUEUE, FAILED Example:
"SUCCESS"
响应信息:成功时返回success,失败时返回具体错误原因,处理中返回null
Example:
"success"
任务唯一标识ID,用于查询任务状态/接收回调通知
Example:
"5ecc5080-b1d7-4b9f-8184-435e46ebb5cb"
任务数据(不同状态返回字段值不同)
- SUCCESS
- ON_QUEUE
- FAILED
Last modified on April 26, 2026