hparcells / rtvc

💬 "Realtime" voice transcription and cloning using ElevenLabs's API.

Home Page:https://rtvc.hunterparcells.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display Character Quota and Limit

hparcells opened this issue · comments

The user's current remaining and allocated characters from their plan should be displayed somewhere. This information can be found at the /v1/user/subscription endpoint. API documentation can be found at https://api.elevenlabs.io/docs.

During this, the transcript to be sent through the API should be limited to 5000 characters. ElevenLab's website says "The maximum number of characters you can generate in a single request on the Platform is 2,500." but it seems to be 5000 as that's what the text box's limit is. Perhaps this is outdated information?