Query Task Details
GET
/v1/aiart/tasks/{taskId}
taskId
.Important Notes
Ensure the accuracy of the
taskId
when making the request.Only when the
status
is 1
(completed), will the resultUrl
or avatarResult
contain valid data.Keep your API key secure and do not disclose it to others. Unauthorized access to your API key could compromise your application.
Request
Path Params
taskId
string
required
Header Params
Authorization
string
required
Example:
Bearer <your api key>
Request samples
Responses
Modified at 2025-01-22 05:50:05