---
title: "POST /dev/v2/tokens/content"
method: POST
path: "/dev/v2/tokens/content"
tags: ["Auth Tokens"]
---

# POST /dev/v2/tokens/content

`POST /dev/v2/tokens/content`

## Request body

- CreateSubdomainAccessTokenRequest
  - `url` string, uri, required
  - `userAgent` string, required
  - `maxPriceMicros` integer, required
  - `currency` string, required
  - `licenseType` string, required
  - `licenseCuid` string, required
  - `format` 'html' | 'markdown'

## Response `200`

The request has succeeded.

- CreateSubdomainAccessTokenResponse
  - `token` string, required

## Other responses

- `400` — The server could not understand the request due to invalid syntax.
- `401` — Access is unauthorized.
- `403` — Access is forbidden.
- `404` — The server cannot find the requested resource.
- `500` — Server error

---

[API](https://skmtc.dev/tollbit/apis/tollbit-services.md) · [All operations](https://skmtc.dev/tollbit/apis/tollbit-services/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tollbit/tollbit-services/revisions/cf502dfc0024/schema)
