Skip to main content
GET
/
bot-protection
/
site-key
Fetch Turnstile site key
curl --request GET \
  --url https://api.agg.market/bot-protection/site-key \
  --header 'x-app-id: <api-key>'
{
  "siteKey": "<string>"
}

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-id
string
header
required

Your application ID. Required for all app-tier and user-tier routes.

Response

200

siteKey
string | null
required