Create Billing Checkout Session
Creates a Stripe Checkout Session for upgrading to a paid developer plan. Redirects the user to Stripe-hosted checkout on success.
Auth required: Yes
plan: string (required) — The developer plan to subscribe to200: Checkout session URL400: Validation error401: Authentication required or invalid404: Resource not foundRequires authentication. Pass a Bearer token (Supabase JWT) or an API key (`Authorization: Bearer vennio_sk_live_*`) in the request headers.
Base URL: https://api.vennio.app