Skip to main content
POST
/
api
/
v1
/
billing
/
change-tier
Change Tier
curl --request POST \
  --url https://api.skyvern.com/api/v1/billing/change-tier \
  --header 'Content-Type: application/json' \
  --data '{
  "tier": "free"
}'
{
  "status": "<string>",
  "tier": "<string>",
  "redirect_url": "<string>"
}

Headers

x-api-key
string | null

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Body

application/json
tier
enum<string>
required

Self-serve subscription tiers. Enterprise customers use manual billing (bypass).

Available options:
free,
hobby,
pro

Response

Successful Response

status
string
required
tier
string
required
redirect_url
string | null