1. Autobg Enterprise Api's
Autobg
  • Autobg Enterprise Api's
    • Create Template
      POST
    • List Templates
      POST
    • Upload/Process Images without Template.
      POST
    • Upload/Process Images with Template
      POST
    • Upload/Process Images with Template with Dynamic Branding
      POST
    • Get Image Status
      POST
    • Report Images
      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
    • Upload/Process S3 Urls with Template with Dynamic Branding
      POST
    • Download Processed Images
      POST
    • Send Images For QA
      POST
  1. Autobg Enterprise Api's

replaceNumPlate-v3

POST
https://apis.autobg.ai/public/api/v1/images/replaceNumPlate-v3
This feature allows users to upload an image without associating it with a predefined
template. Users can submit images independently, and the system will process them
without template constraints, offering flexibility in numberplate processing.
numPlateProcessor (integer)
This parameter is mandatory to process the car's number plate accordingly. Enter 1 to hide the car's number plate with a solid white color, Enter 2 to replace it with your provided number plate.
1.
For AI Results
"processType": "ai"
2.
For QA Results
"processType": "collab"

Request

Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Body Params multipart/form-data

Responses

🟢200OK
application/json
Bodyapplication/json

🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://apis.autobg.ai/public/api/v1/images/replaceNumPlate-v3' \
--header 'Authorization: <api-key>' \
--form 'cc=@"cmMtdXBsb2FkLTE3MDczNzc5Mjg2MjMtMTA=/LeftSide-baleno (1).jpg"' \
--form 'numberPlate="apidog-test4"' \
--form 'numPlateProcessor="0"' \
--form 'numPlateImage=@""' \
--form 'processType="collab"'
Response Response Example
200 - Example 1
{
    "status": true,
    "message": "string",
    "data": {
        "batchID": 0,
        "images": [
            {
                "fileName": "string",
                "error": true,
                "errorMsg": "string"
            }
        ]
    }
}
Modified at 2025-04-14 12:28:42
Previous
replaceNumPlateS3-v3
Next
Upload/Process S3 Urls without Template.
Built with