CloudFlare

CloudFlare Turnstile

Solve Turnstile Interactive, Managed, and Invisible challenges.

Endpoint

POSThttps://api.peak.fo/solve

Request

FieldTypeRequired
task_typestringYes
sitekeystringYes
urlstringYes
proxystringYes
actionstringNo
cdatastringNo

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