Skip to main content
POST
/
bot-protection
/
verify
Verify Turnstile token
curl --request POST \
  --url https://api.agg.market/bot-protection/verify \
  --header 'Content-Type: application/json' \
  --header 'x-app-api-key: <api-key>' \
  --data '
{
  "turnstileToken": "<string>"
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.agg.market/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-app-api-key
string
header
required

App-scoped API key for programmatic app management.

Body

application/json
turnstileToken
string
required
Required string length: 1 - 2048

Response

200

success
boolean
required