---
title: "Start seat subscription"
method: POST
path: "/billing/seats/subscribe"
tags: ["Billing"]
---

# Start seat subscription

`POST /billing/seats/subscribe`

Creates a Stripe subscription Checkout session for the seat plan

## Query parameters

- `success_url` string, required
- `cancel_url` string, required

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalBillingCheckoutSessionResponse
  - `session_id` string
  - `url` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.net/deeplake/apis/deeplake-api.md) · [All operations](https://skmtc.net/deeplake/apis/deeplake-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeplake/deeplake-api/revisions/e16ed11d991c/schema)
