get https://api.deepgram.com/v1/projects//usage
Retrieves the usage for a specific project.
Required Scopes
Required project scope(s): project:read
. Read more about roles and scopes.
How to filter results
You can use any feature specific query param used in our APIs to filter your results. For any query param we don't recognize, we'll treat it generically as a feature
as there is no validation on the query params.
For example you can use diarize=true
or utterances=true
in your query and if these features have been used your summarized data will include those specific requests in the response.
You can use the Get Fields endpoint to determine what you can filter by.
curl --location 'https://api.deepgram.com/v1/projects/{project_id}/usage/breakdown?diarize=true&utterances=true' \
--header 'Authorization: Token YOUR_DEEPGRAM_API_KEY'