User Usage
POST
https://apis.autobg.ai/public/api/v1/user/getUsage
After a successful response, click the š„ Download button to get your usage report as an Excel sheet.
reportOption (optional)
A preset date filter. Choose one of the following:
'Today', 'Yesterday', 'Last 7 days', 'Last 30 days', 'This month', 'Last Month'.
Custom start date in dd-mm-yyyy format.
Example: "01-06-2025"
Custom end date in dd-mm-yyyy format.
Example: "30-06-2025"
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
Body Params application/json
Responses
Modified atĀ 2025-06-30 11:34:44