Get billing usage
This endpoint retrieves the synthesis and detection usage for the account.
HTTP Request
GET https://app.resemble.ai/api/v2/account/billing_usage
Query Parameters | Type | Description |
---|---|---|
start_date | string | Start date in YYYY-MM-DD format |
end_date | string | End date in YYYY-MM-DD format |
note
The values returned by the API are in seconds.
HTTP Response
{
"success": true,
"items": {
"detect": "<number>",
"synth": "<number>"
}
}
Examples
NodeJS
1
Coming soon...
Try it out
API Key:
Start Date:
End Date: