cURL
curl --request GET \ --url https://api.senseaudio.cn/v1/image/pending \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "error_message": "<string>", "url": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.senseaudio.cn/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.senseaudio.cn/llms.txt
Use this file to discover all available pages before exploring further.
格式:Bearer <API_KEY>
Bearer <API_KEY>
成功
任务状态,可能为completed(生成成功)/failed(生成失败)/pending(正在生成)
如果状态为failed,此项存在并存储图片生成失败原因
如果状态为completed,此项存在并存储图片的 URL