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

Get Images in Base64 Format

GET
https://apis.autobg.ai/public/api/v1/images/getImagesBase64
This API retrieves the processed image of the corresponding raw image that
was provided as an input in the Upload Image API in Base64 format.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://apis.autobg.ai/public/api/v1/images/getImagesBase64?picID=5006' \
--header 'Authorization;'
Response Response Example
{
    "status": false,
    "message": "You are not Authorized"
}

Request

Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Query Params
picID
number 
required
This parameter specifies the unique identifier (ID) of the image you
intend to retrieve.It should be passed along with api as query param.
Example:
5006

Responses

🟢200OK
text/plain
Body
object {0}
🟠401Unauthorized
Modified at 2025-04-07 13:20:12
Previous
Get Image Status
Next
Get Images Raw
Built with