Upload/Process Images without Template.
POST
https://apis.autobg.ai/public/api/v1/images/uploadWithoutTemplateCC
template. Users can submit images independently, and the system will process them
without template constraints, offering flexibility in image processing.
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/uploadWithoutTemplateCC' \
--header 'Authorization;' \
--form 'cc=@"cmMtdXBsb2FkLTE3MDczNzc5Mjg2MjMtMTA=/LeftSide-baleno (1).jpg"' \
--form 'numberPlate="apidog-test4"' \
--form 'numPlateProcessor="0"' \
--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
processType
string
required
Example:
collab
Responses
Modified at 2025-04-07 13:20:12