site_key from the Turnstile widget (data-sitekey attribute)block_resources (default: true) to block images/fonts/media for faster solving.curl --location --request POST '/solve/turnstile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://example.com/login",
"site_key": "0x4AAAAAAAA1234567890abcdef"
}'{
"success": true,
"request_id": "8d0f7780-8536-51ef-a55c-f18gd2g01bf8",
"result": {
"token": "0.abcdef1234567890ghijklmnopqrstuvwxyz0123456789ABCDEFG"
},
"solve_time": 2341,
"cost_credits": 0.5
}