Autobg
  1. Autobg Custom APIs
Autobg
  • Autobg Enterprise Api's
    • Create Template
      POST
    • List Templates
      POST
    • Upload/Process Images without Template.
      POST
    • Upload/Process Images with Template
      POST
    • Get Image Status
      POST
    • Get Images in Base64 Format
      GET
    • Get Images Raw
      GET
    • User Usage
      POST
    • User Credit Details
      POST
    • replaceNumPlateS3-v3
      POST
    • replaceNumPlate-v3
      POST
  • Autobg Custom APIs
    • Upload/Process S3 Urls without Template.
      POST
    • Upload/Process S3 Urls with Template
      POST
    • Download Processed Images
      POST
    • Send Images For QA
      POST
  1. Autobg Custom APIs

Download Processed Images

POST
https://apis.autobg.ai/public/api/v1/images/downloadImages-v2
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apis.autobg.ai/public/api/v1/images/downloadImages-v2' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
    "batchID": "1208"
}'
Response Response Example
200 - Success
{
    "status": true,
    "message": "",
    "data": [
        {
            "picID": 5777,
            "picName": "LeftSide-baleno.jpg",
            "s3Url": "https://s3.ap-south-1.amazonaws.com/autobgv1.1/processed/157/1201/LeftSide-baleno.jpg",
            "isProcessed": true,
            "isFailed": false
        },
        {
            "picID": 5778,
            "picName": "RightHalf-baleno.jpg",
            "s3Url": "https://s3.ap-south-1.amazonaws.com/autobgv1.1/processed/157/1201/RightHalf-baleno.jpg",
            "isProcessed": true,
            "isFailed": false
        },
        {
            "picID": 5779,
            "picName": "RightSide-baleno.jpg",
            "s3Url": "https://s3.ap-south-1.amazonaws.com/autobgv1.1/processed/157/1201/RightSide-baleno.jpg",
            "isProcessed": true,
            "isFailed": false
        }
    ]
}

Request

Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Body Params application/json
object {0}
Examples

Responses

🟢200Success
application/json
Body
object {0}
🟢200OK
🟠401Unauthorized
Modified at 2024-03-27 06:30:25
Previous
Upload/Process S3 Urls with Template
Next
Send Images For QA
Built with