GET
/
v1
/
billing
/
subscriptions
/
plans
curl --request GET \
  --url https://api.pulze.ai/v1/billing/subscriptions/plans
{
  "descriptions": {
    "max_tokens_readable": "<string>",
    "max_apps_readable": "<string>",
    "support_level_readable": "<string>",
    "llm_routing": "<string>",
    "prompts": "<string>",
    "prompt_models": "<string>",
    "personalized_llm_routing": "<string>",
    "fine_tuning": "<string>",
    "customer_success": "<string>"
  },
  "tooltips": {
    "max_tokens_readable": "<string>",
    "max_apps_readable": "<string>",
    "support_level_readable": "<string>",
    "llm_routing": "<string>",
    "prompts": "<string>",
    "prompt_models": "<string>",
    "personalized_llm_routing": "<string>",
    "fine_tuning": "<string>",
    "customer_success": "<string>"
  },
  "table": {},
  "subscription_price_id": "<string>"
}

Response

200 - application/json
Successful Response
descriptions
object
required

See FeaturesForSubscription for more info! This class is a duplicate so if anything gets renamed on the parent class, this one will error.

tooltips
object
required

See FeaturesForSubscription for more info! This class is a duplicate so if anything gets renamed on the parent class, this one will error.

table
object
required
subscription_price_id
string | null
required

The ID of the price associated with the current subscription, if any