Skip to main content
Version: 2.0.0

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 ParametersTypeDescription
start_datestringStart date in YYYY-MM-DD format
end_datestringEnd 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: