Autobg
  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
    • Get Image Status
      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
    • Download Processed Images
      POST
    • Send Images For QA
      POST
  1. Autobg Enterprise Api's

List Templates

POST
https://apis.autobg.ai/public/api/v1/templates/list
This API returns a list of created templates generated through the “Create Template” API, including all previously generated templates.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apis.autobg.ai/public/api/v1/templates/list' \
--header 'Authorization;'
Response Response Example
200 - Example 1
{
    "status": true,
    "message": "string",
    "data": [
        {
            "templateID": 0,
            "templateName": "string"
        }
    ]
}

Request

Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************

Responses

🟢200OK
application/json
Body
status
boolean 
required
message
string 
required
data
array [object {2}] 
required
templateID
integer 
required
templateName
string 
required
🟠401Unauthorized
Modified at 2025-04-07 13:20:12
Previous
Create Template
Next
Upload/Process Images without Template.
Built with