Upload/Process Images without Template.
POST
https://apis.autobg.ai/public/api/v1/images/uploadWithoutTemplateCCThis 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 image processing.
- For AI Results
"processType": "ai"
- For QA Results
"processType": "collab"
Request
This parameter represents the image of your car that you wish to upload or process using the Autobg.ai platform.
This parameter specifies the unique identification number of the car, used to distinguish a batch of images for a particular vehicle. If you intend to process or upload multiple images (e.g., 20) of the same car, ensure that you maintain the same 'numberPlate' parameter throughout the API calls. Change the 'numberPlate' parameter only if you are working with images of a different car.
This parameter is mandatory to process the car's number plate accordingly. Enter 0 to keep the original number plate, or enter 1 to hide the car's number plate with a solid white color.
This parameter is mandatory for batch processing, For AI Instant Results "processType": "ai", For QA Results "processType": "collab"
Request samples
Responses
{
"status": true,
"message": "string",
"data": {
"batchID": 0,
"images": [
{
"fileName": "string",
"error": true,
"errorMsg": "string"
}
]
}
}