1. Autobg Enterprise Api's
Autobg
  • Operational Guidelines
    • AI/Collab Processing Webhook Notification Doc
    • Reported Image Review Webhook Notification Doc
  • Autobg Enterprise Api's
    • Create Template
      POST
    • List Templates
      POST
    • List Autobg Library
      GET
    • Upload/Process Images without Template.
      POST
    • Upload/Process Images with Template
      POST
    • Upload/Process Images with Template with Dynamic Branding
      POST
    • (Beta Mode) Upload/Process Images with Default Library Backdrop Templates
      POST
    • Upload/Process S3 Urls without Template.
      POST
    • Upload/Process S3 Urls with Template
      POST
    • Upload/Process S3 Urls with Template with Dynamic Branding
      POST
    • Report Images
      POST
    • Get Image Status
      POST
    • Download Processed Images
      POST
    • User Usage
      POST
    • User Credit Details
      POST
    • Get Raw Image in Base64 Format
      GET
    • Get Raw Image
      GET
  • Autobg Custom APIs
    • replaceNumPlate-v3
      POST
    • replaceNumPlateS3-v3
      POST
    • Send Images For QA
      POST
  1. Autobg Enterprise Api's

(Beta Mode) Upload/Process Images with Default Library Backdrop Templates

POST
https://apis.autobg.ai/public/api/v1/images/uploadWithDefaultTemplateCC
Description
This API processes uploaded images using AutoBG library backdrop templates. It allows users to apply predefined library backdrops for consistent image generation and processing.
Processing Types :
**1. For QA Results
"processType": "collab"
For real-time completion updates, refer to the AI/Collab Processing Webhook Notification Doc.
Rate Limits
API Rate Limit: 10 requests per minute per user
Image Processing Limit: 10 images per minute per user
Max Upload Limit: 5 images per request

Request

Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Body Params multipart/form-data

Responses

🟢200OK
application/json
Bodyapplication/json

🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://apis.autobg.ai/public/api/v1/images/uploadWithDefaultTemplateCC' \
--header 'Authorization: <api-key>' \
--form 'cc=@""' \
--form 'numberPlate="AB12CD3456"' \
--form 'defaultTemplateId="6"' \
--form 'processType="collab"'
Response Response Example
200 - Exception
{
    "success": true,
    "batchId": 10000271132
}
Modified at 2026-06-16 13:05:39
Previous
Upload/Process Images with Template with Dynamic Branding
Next
Upload/Process S3 Urls without Template.
Built with