---
title: "Create a Stripe Checkout session for a paid API key subscription"
method: POST
path: "/api-keys/subscribe"
---

# Create a Stripe Checkout session for a paid API key subscription

`POST /api-keys/subscribe`

## Request body

- object
  - `email` string, email, required
  - `plan` 'unlimited', required

## Response `200`

Stripe Checkout URL and activation URL

## Other responses

- `503` — Stripe is not configured

---

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