GET https://app.resemble.ai/api/v2/account/billing_usage
start_date
YYYY-MM-DD
end_date
Values are reported in seconds.
1{2 "success": true,3 "items": {4 "detect": "1200",5 "synth": "8450"6 }7}
$curl 'https://app.resemble.ai/api/v2/account/billing_usage?start_date=2024-01-01&end_date=2024-12-10' \> -H 'Authorization: Bearer YOUR_API_TOKEN'