Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

异步任务查询

  • 查询异步任务状态
  • 用于 GPT Image 2.5 异步图像生成任务
path task_idstringrequired
任务 ID。
Request example
curl --request GET \ --url 'https://tokenflash.cn/v1/tasks/YOUR_TASK_ID?language=zh' \ --header 'Authorization: Bearer <token>'
Response example
{ "id": "task_01JNXXXXXXXXXXXXXXXXXX", "status": "completed", "progress": 100 }