Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get the backlink spam/toxicity score (0-100) for one or more domains.
cURL
curl --request POST \ --url https://api.smartlyq.com/v1/seo/spam-score \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "targets": [ "<string>" ] } '
{ "success": true, "data": { "spam": { "example.com": 12, "spammy-site.net": 78 } }, "meta": { "request_id": "req_1a2b3c4d", "timestamp": "2026-07-01T12:00:00Z" } }
API key from Developer dashboard (Bearer token).
Domains to score.
1
Backlink spam score
true
Show child attributes