cURL
curl --request POST \ --url https://api.tensorslab.com/v1/images/infobytaskid \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "taskid": "<string>" } '
200
completed
Query the status and results of image generation tasks
API Key authentication, please include the Authorization field in the request header
Task ID
Request successful
Image info response
Response status code: 1000=Success, 9999=Failure, 9000=Insufficient Credits
Response message
Image information data
Show child attributes