1. Autobg Enterprise Api's
Autobg
  • Autobg Enterprise Api's
    • Create Template
      POST
    • List Templates
      POST
    • Upload/Process Images without Template.
      POST
    • Upload/Process Images with Template
      POST
    • Upload/Process Images with Template with Dynamic Branding
      POST
    • Get Image Status
      POST
    • Report Images
      POST
    • Get Images in Base64 Format
      GET
    • Get Images Raw
      GET
    • User Usage
      POST
    • User Credit Details
      POST
    • replaceNumPlateS3-v3
      POST
    • replaceNumPlate-v3
      POST
  • Autobg Custom APIs
    • Upload/Process S3 Urls without Template.
      POST
    • Upload/Process S3 Urls with Template
      POST
    • Upload/Process S3 Urls with Template with Dynamic Branding
      POST
    • Download Processed Images
      POST
    • Send Images For QA
      POST
  1. Autobg Enterprise Api's

Create Template

POST
https://apis.autobg.ai/public/api/v1/templates/create
Use our template creation API to create a template in seconds and start generating stunning automotive images instantly.
This API is rate-limited to 100 requests per minute per user.

Request

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

Responses

🟢200OK
application/json
Body

🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apis.autobg.ai/public/api/v1/templates/create' \
--header 'Authorization: <api-key>' \
--form 'background=@""' \
--form 'side=@""' \
--form 'frontRear=@""' \
--form 'numberPlate=@""' \
--form 'brandLogo=@""' \
--form 'numPlate=""' \
--form 'bAlignment=""' \
--form 'name=""' \
--form 'numPlateBgHexCode="#FFFFFF"'
Response Response Example
200 - Exception
{
    "status": false,
    "message": "You are not Authorized"
}
Modified at 2026-04-17 07:45:48
Next
List Templates
Built with