Get Image Status
POST
https://apis.autobg.ai/public/api/v1/images/imagesStatus
images. It returns details such as picId, picName, and the status indicating whether the
image has been processed or not.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apis.autobg.ai/public/api/v1/images/imagesStatus' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"batchID": "1004"
}'
Response Response Example
200 - Example 1
{
"status": true,
"message": "string",
"data": [
{
"picID": 0,
"picName": "string",
"isProcessed": true,
"isFailed": true
}
]
}
Request
Body Params application/json
Responses
Modified at 2024-02-08 11:45:58