cURL
curl --request GET \ --url https://api.audioshake.ai/tasks/statistics \ --header 'x-api-key: <api-key>'
[ { "month": "<string>", "totalTargets": 123, "totalMinutes": "<string>" } ]
name=usage
name=distribution
Type of statistics to retrieve
usage
distribution
Default Response
Month in YYYY-MM format
Total number of targets processed
Total minutes of audio processed
Was this page helpful?