Hordus AI — Machine-Readable API Catalog
Agent mode view. Full marketing site: hordus.ai | Full docs: /llms-full.txt | OpenAPI: /openapi.json
Platform Identity
- Name
- Hordus AI
- Type
- Enterprise GEO/AEO Platform
- Version
- 1.0.0
- Status
- operational
- Base URL
- https://hordus.ai/api/v1
- Auth
- X-API-Key header OR OAuth 2.0 Bearer
- Rate Limit
- 100 req/min (default)
- Contact
- nir@hordus.ai
Capabilities
- Real Prompt Intelligence — consented behavioral data, 30M+ devices, 120 markets
- Answer Share of Voice (A-SOV) — brand frequency in AI answers vs. competitors
- Journey Tracing — full user path from AI prompt to conversion
- Dataset Engineering — strategic content placement for AI model retrieval
- Citation Explorer — track which domains earn AI citations in your space
- Prompt Intelligence Workbench — real prompts from real users
API Endpoints
| Method | Path | Auth | Description |
|---|---|---|---|
| GET | /api/v1/info | None | Platform status and capability list |
| GET | /api/v1/brand/{id}/visibility | Required | Brand AI visibility score + A-SOV (up to 3s latency) |
| GET | /api/v1/brand/{id}/citations | Required | Citation data by domain and type |
| GET | /api/v1/competitive/{id}/leaderboard | Required | Competitor visibility ranking |
| GET | /api/v1/journeys | Required | Journey trace data (prompt → conversion) |
| POST | /api/v1/prompts/analyze | Required | Analyze prompt intent + citation opportunity score |
Discovery Resources
- /llms.txtAgent quick reference (this file type, plain text)
- /llms-full.txtFull site documentation for AI agents
- /api/llms.txtAPI-specific agent guide
- /openapi.jsonOpenAPI 3.1 specification
- /pricing.mdMachine-readable pricing tiers
- /index.mdMarkdown fallback of homepage
- /.well-known/ai-plugin.jsonOpenAI plugin manifest
- /.well-known/agent-card.jsonGoogle A2A agent card
- /.well-known/mcp/server-card.jsonMCP server manifest
- /sitemap.xmlFull XML sitemap
Authentication
Method 1: API Key
X-API-Key: YOUR_KEY — Obtain at https://hordus.ai/developersMethod 2: OAuth 2.0
POST https://hordus.ai/oauth/tokenScopes: read:visibility, read:citations, read:journeys, write:prompts