# createTask

### request

<mark style="color:green;">**POST**</mark> [`api.crazytoken.ru/createTask`](#user-content-fn-1)[^1]

{% code title="body" %}

```json
{
  "apikey": "YOUR API KEY",
  "sitekey": "2CB16598-C...",
  "fingerprint": {
    "proxy": "host:port:login:password",
    "datablob": "the datablob value",
    "user_agent": "Mozilla...",
    "accept_language": "en-US,en;q=0.9"
  }
}
```

{% endcode %}

**body object**

<table><thead><tr><th width="212">property name</th><th>desc</th></tr></thead><tbody><tr><td>apikey</td><td>Your apikey <a href="https://t.me/crazy_token_bot">here</a></td></tr><tr><td>sitekey</td><td>target publickey</td></tr><tr><td>fingerprint</td><td>optional, we will use the fingerprint information you provide to perform the captcha solving session. If not provided, we will use our random information.</td></tr></tbody></table>

**fingerprint object**

<table><thead><tr><th width="208">property name</th><th>desc</th></tr></thead><tbody><tr><td>proxy</td><td><p>host:port:login:password<br>host:port </p><p><strong>whitelist</strong>: <strong><code>5.39.216.253</code></strong></p></td></tr><tr><td>datablob</td><td>datablob, we will use this value to solve captcha</td></tr><tr><td>user_agent</td><td>optional</td></tr><tr><td>accept_language</td><td>optional</td></tr></tbody></table>

### response

```json
{
  "status": "OK",
  "task_id": 123456
}
```

[^1]:
