---
title: "Generate Captchas"
method: GET
path: "/captcha/{site}"
tags: ["captcha"]
---

# Generate Captchas

`GET /captcha/{site}`

Generate captchas for the specified site

## Path parameters

- `site` 'kith_eu' | 'queue_it', required — #### Sites Sites represent the modules and functionality of the Copped AIO bot. Every site has further metadata storing those properties. Currently, the list of sites is as following: * **kith_eu** - [KithEU](https://eu.kith.com) * **queue_it** - [Queue-it](https://queue-it.com)

## Response `200`

Captchas generated successfully. This might a while!

- object
  - `token` string[]
  - `expire` string, date-time

## Other responses

- `400` — Bad request
- `401` — Request unauthorized
- `408` — Failed to generate captchas
- `5XX` — Unexpected/-handled error

---

[API](https://skmtc.net/discord/apis/copped-aio-database-api.md) · [All operations](https://skmtc.net/discord/apis/copped-aio-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/discord/copped-aio-database-api/versions/b60a9661e94b/schema)
