---
title: "API — Coming Soon | OpenFound"
description: "Programmatic access to AI search visibility data. Join the waitlist for the OpenFound API."
lang: en
json-ld:
---

[Back to OpenFound](/)

Coming Soon

# OpenFound API

Programmatic access to AI search visibility data. Query brand scores, track mentions across LLMs, and integrate GEO insights into your own tools.

Join Waitlist

### Brand Visibility Scores

Retrieve AI search visibility scores for any domain programmatically.

### Query Tracking

Monitor how your brand appears across ChatGPT, Gemini, Perplexity & more.

### Citation Data

Access structured citation and sentiment data from every AI platform.

### Webhooks

Get real-time notifications when your brand visibility changes.

curl https://api.openfound.com/v1/brand/score \\
  -H "Authorization: Bearer of\_live\_..." \\
  -d '{"domain": "yoursite.com"}'

# → { "score": 72, "platforms": { "chatgpt": 68, "gemini": 81, ... } }