AGG is currently in alpha. APIs, components, and docs may change.
curl --request GET \
--url https://api.agg.market/bot-protection/site-key \
--header 'x-app-id: <api-key>'{
"siteKey": "<string>"
}Returns the Cloudflare Turnstile site key registered for the app so clients can render the Turnstile widget anywhere in their UI. siteKey is null when no widget is linked to the app.
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.