It seems like you're encountering an error related to the UUID parsing when using the 'accessor' field in your request. The error message suggests that the UUID you're providing is not of the expected length. UUIDs should be 32 characters long in simple format, but the system is finding a length of 40.
The 'accessor' field in the request for the usage summary is used to limit results to a given API key. According to the Deepgram API reference (https://developers.deepgram.com/reference/summarize-usage), the 'accessor' should be a string representing the API key.
Please ensure that the API key you're using as the 'accessor' is valid and correctly formatted. If you're still encountering issues, it might be helpful to check the specific request you're making and compare it with the examples provided in the Deepgram SDK migration guides (https://developers.deepgram.com/docs/dotnet-sdk-v3-to-v4-migration-guide#get-the-project-usage-summary).
If the problem persists, you might want to reach out to Deepgram's support or check their discussion forums (https://github.com/orgs/deepgram/discussions/738) for further assistance.
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: