Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl \ --request GET \ --url "https://api.breeze.blue/v1/entitlements" \ --header "xi-api-key: $BREEZE_API_KEY"
{ "plan_code": "<string>", "max_concurrent_generations": 123, "max_queued_generations": 123 }
Get the current plan code and generation concurrency limits.
Breeze Developer API key.
Account entitlements.