#How can I query my total points usage
1 messages · Page 1 of 1 (latest)
If you want to check credit usage during a specific time period you can use this endpoint: https://elevenlabs.io/docs/api-reference/usage/get
How to use it? Is there a tutorial example? I can't find this endpoint, I don't know why
Main issue is the unix timestamps need to be in milliseconds so add a few more zeros to the end. There isn't a tutorial but if you look through the endpoint specifications linked to above, and if needed to figure out what some of the values mean or what is possible to retrieve or filter by in general, you can look at the web UI usage page at https://elevenlabs.io/app/developers/usage.
If still needing help after including milliseconds in the timestamps feel free to ask.