Developers

The BuyableAI API

Pull your live AI-visibility data into your own tools, dashboards, or agents. Simple, read-only, and honest: it returns measured signals and never a guarantee of placement.

Authentication

Create a key in your portal under Settings, then send it as a bearer token. We show each key once, so store it safely. Keys are scoped to your brand and can be revoked any time.

Get your visibility

GET /api/v1/visibility

curl https://YOURDOMAIN/api/v1/visibility \
  -H "Authorization: Bearer ba_live_..."

Example response:

{
  "brand": "Lumina Audio",
  "ai_visibility_score": 85,
  "top3_placements": 8,
  "tracked_questions": 12,
  "signals": { "merchant_data": 90, "content": 88, "technical": 84, "corroboration": 70, "marketplace": 100, "freshness": 80 },
  "improvements_done": 14,
  "improvements_queued": 3,
  "measured_at": "2026-06-19T00:00:00.000Z",
  "disclaimer": "Scores reflect AI visibility today and are never a guarantee of placement."
}

Limits and honesty

The API is rate limited and read-only. Every number is measured from real engine data. We never return a fabricated score and never claim guaranteed placement.

Ready to build?

Get started, then create a key in your portal.