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

User Usage

POST
https://apis.autobg.ai/public/api/v1/user/getUsage
This API returns your total credit usage based on a selected date range.
After a successful response, click the šŸ“„ Download button to get your usage report as an Excel sheet.
šŸ“ Request Fields:
reportOption (optional)
A preset date filter. Choose one of the following:
'Today', 'Yesterday', 'Last 7 days', 'Last 30 days', 'This month', 'Last Month'.
startDate (optional)
Custom start date in dd-mm-yyyy format.
Example: "01-06-2025"
endDate (optional)
Custom end date in dd-mm-yyyy format.
Example: "30-06-2025"
šŸ›ˆ Use either reportOption or a startDate + endDate range — not both.
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location --request POST 'https://apis.autobg.ai/public/api/v1/user/getUsage' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
  "reportOption": "Last 7 days",
  "startDate": "",
  "endDate": ""
}'
Response Response Example
{}

Request

Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Body Params application/json
objectĀ {0}
Examples

Responses

🟢200Success
application/json
Body
objectĀ {0}
Modified atĀ 2025-06-30 11:34:44
Previous
Get Images Raw
Next
User Credit Details
Built with