Skip to main content
GET
/
v1
/
entitlements
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
}

Authorizations

xi-api-key
string
header
required

Breeze Developer API key.

Response

Account entitlements.

plan_code
string
required
max_concurrent_generations
integer
required
max_queued_generations
integer
required