AdsuDocs
REFERENCE

Scorecard API

Use the authenticated, read-only scorecard endpoint without exposing account credentials.

Adsu provides a versioned read-only scorecard endpoint for approved server-side use. Create and revoke the required credential in Settings → API keys; do not place it in browser JavaScript or a public repository.

Request shapehttp
GET https://app.adsu.ai/api/v1/scorecard
Authorization: Bearer YOUR_ADSU_API_KEY

Safe use

  • Call the endpoint from your server or scheduled backend job.
  • Store the credential in an environment secret or secret manager.
  • Use the response’s explicit location, period, coverage, and blank-state fields rather than substituting zeros.
  • Revoke and replace a key immediately if it is copied into a client bundle, log, or public repository.