So I'm on "Business" level.
I get some 429 responses, and found these:
https://help.elevenlabs.io/hc/en-us/articles/19571824571921-API-Error-Code-429
And
https://help.elevenlabs.io/hc/en-us/articles/31601651829393-How-many-Conversational-AI-requests-can-I-make-and-can-I-increase-it
So I figured I should have somewhat between 15-30 simultaneously calls/conversations.
I thought I'd handled it in my code, where I try to limit the system to only start a new one if ongoing is under 10.
The problem seems to be that I in my code vs 11Labs don't have a shared view on when a call/conversation has ended.
So, two questions:
- Can I via the API get the ongoing count?
- If not, how do I increase my limit?