Upload/Process Images with Template
POST
https://apis.autobg.ai/public/api/v1/images/uploadWithTemplateCC
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.
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/uploadWithTemplateCC' \
--header 'Authorization;' \
--form 'cc=@"cmMtdXBsb2FkLTE3MDczNzc5Mjg2MjMtMw==/LeftSide-baleno (1).jpg"' \
--form 'numberPlate="apidog-test"' \
--form 'templateCC="6"' \
--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:
cmMtdXBsb2FkLTE3MDczNzc5Mjg2MjMtMw==/LeftSide-baleno (1).jpg
numberPlate
string
required
Example:
apidog-test
templateCC
integer
required
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.
Example:
6
processType
string
required
Example:
collab
Responses
Modified at 2024-09-12 07:46:32