Upload/Process Images with Template
POST
https://apis.autobg.ai/public/api/v1/images/uploadWithTemplateCCUtilize this API if you intend to process or upload images using a custom template that
you've created through the 'Create Template API.' This allows you to apply specific
customizations to the processing or uploading of images based on your predefined template.
- 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 specifies the unique identifier (ID) of the template you
want to use for processing your car images. You can retrieve this template ID through the
‘List Templates' API or find it in the response of the 'Create Template' API.
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"
}
]
}
}