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 Credit Details

POST
https://apis.autobg.ai/public/api/v1/user/getUserCreditDetails
This API returns current credits and total credits of the user.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apis.autobg.ai/public/api/v1/user/getUserCreditDetails' \
--header 'Authorization;'
Response Response Example
Success
{
    "status": true,
    "message": "",
    "data": {
        "current_credits": 10,
        "total_credits": 10
    }
}

Request

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

Responses

🟢200Success
application/json
Body
object {0}
Modified at 2024-10-14 12:37:39
Previous
User Usage
Next
replaceNumPlateS3-v3
Built with