replaceNumPlate-v3
POST
https://apis.autobg.ai/public/api/v1/images/replaceNumPlate-v3
template. Users can submit images 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 --location --request POST 'https://apis.autobg.ai/public/api/v1/images/replaceNumPlate-v3' \
--header 'Authorization;' \
--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"
}
]
}
}
Request
Body Params multipart/form-data
cc
file
required
Example:
cmMtdXBsb2FkLTE3MDczNzc5Mjg2MjMtMTA=/LeftSide-baleno (1).jpg
numberPlate
string
required
Example:
apidog-test4
numPlateProcessor
integer
required
Example:
0
numPlateImage
file
optional
processType
string
required
Example:
collab
Responses
Modified at 2025-04-14 12:28:42