links.10x.in/docs/end-user/ai-visibility-overview Published:

AI Visibility Overview

Note

This is a draft stub. Detailed walkthroughs will be expanded in a follow-up documentation pass.

Role and auth requirements

  • Primary roles: OWNER, OPERATOR
  • Auth mode: JWT (Authorization: Bearer <token>)

UI flow (draft)

  1. Open creator/admin dashboard for your handle.
  2. Navigate to AI visibility and readiness controls.
  3. Review crawler coverage, readiness score, and submission status.

API fallback (draft)

  • GET /v2/handles/{handle}/site-intel/{hostname}/readiness-score
  • POST /v2/handles/{handle}/site-intel/{hostname}/readiness-score
  • POST /v2/handles/{handle}/site-intel/{hostname}/submit-urls
  • POST /v2/handles/{handle}/site-intel/verify-bot

Failure and remediation (draft)

  • 401 unauthorized: refresh session token and retry.
  • 403 forbidden: confirm role access for the handle.
  • 404 not_found: verify handle and hostname mapping.
  • 429 rate_limited: retry with backoff and reduce request rate.