Skip to content

List pricing tiers

GET
/v1/tiers

Returns all available pricing tiers.

Responses

OK

application/json
JSON
[
  
{
  
  
"api_access": true,
  
  
"credit_price_cents": 0,
  
  
"cta": "string",
  
  
"daily_free_credits": 0,
  
  
"description": "string",
  
  
"enabled": true,
  
  
"features": [
  
  
  
"string"
  
  
],
  
  
"highlight": true,
  
  
"id": "string",
  
  
"included_credits": 0,
  
  
"max_concurrent": 0,
  
  
"max_session_minutes": 0,
  
  
"name": "string",
  
  
"period": "string",
  
  
"position": 0,
  
  
"price_cents": 0,
  
  
"refill_to": 0
  
}
]

Playground

Samples

Powered by VitePress OpenAPI