CloudFlare Turnstile
Solve Turnstile Interactive, Managed, and Invisible challenges.
Endpoint
POST
https://api.peak.fo/solveRequest
| Field | Type | Required |
|---|---|---|
| task_type | string | Yes |
| sitekey | string | Yes |
| url | string | Yes |
| proxy | string | Yes |
| action | string | No |
| cdata | string | No |
JSON Request Body
{
"task_type": "turnstiletask",
"sitekey": "0x4AAAAAAA...",
"url": "https://example.com/",
"proxy": "http://user:pass@ip:port"
}Response
{
"success": true,
"data": {
"token": "0.AgAAABBqzz..."
}
}Code Examples
peak-api-example.python
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Python22 lines • editable
Notes
- • URL must end with a trailing slash (/)
- • Proxy format:
http://user:pass@ip:port - • Average solve time under 1 second
- • Only charged for successful solves