replaceNumPlateS3-v3
POST
https://apis.autobg.ai/public/api/v1/images/replaceNumPlateS3-v3
template. Users can provide urls independently, and the system will process them
without template constraints, offering flexibility in numberplate processing.
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.
"processType": "ai"
2.
"processType": "collab"
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location --request POST 'https://apis.autobg.ai/public/api/v1/images/replaceNumPlateS3-v3' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"numberPlate": "Apidog-Test",
"clientS3Uris": [
"https://s3.ap-south-1.amazonaws.com/picv1.0/Test/Front-baleno.jpg"
],
"numberPlateS3String": "https://s3.ap-south-1.amazonaws.com/picv1.0/Test/num_plate.jpg",
"numPlateProcessor": 2,
"processType": "ai"
}'
Response Response Example
200 - Example 1
{
"status": true,
"message": "Date Processed",
"data": {
"batchID": 1208,
"images": [
{
"fileName": "LeftSide-baleno.jpg",
"error": false,
"errorMsg": ""
},
{
"fileName": "RightHalf-baleno.jpg",
"error": false,
"errorMsg": ""
},
{
"fileName": "RightSide-baleno.jpg",
"error": false,
"errorMsg": ""
}
]
}
}
Request
Body Params application/json
Responses
Modified at 2025-04-16 08:06:55