Logo
API Reference

API Endpoints Reference

Full reference of available REST API endpoints organized by category — clients, audits, content, rankings, backlinks, and more.

Quick Tips
  • All endpoints require an Authorization: Bearer header with your API key
  • POST endpoints return the created/generated data directly in the response
  • Use client_id query parameter to scope all data requests

Clients

GET /v1/clients — List all clients in your agency GET /v1/clients/:id — Get client details POST /v1/clients — Create a new client

All subsequent endpoints require a client_id parameter to scope data.

SEO Audits

GET /v1/audits?client_id=xxx — List audits for a client GET /v1/audits/:id — Get audit details with all checks POST /v1/audits — Trigger a new audit for a client

Audit responses include scores, page-by-page results, and recommendations.

Keywords & Rankings

GET /v1/keywords?client_id=xxx — List tracked keywords GET /v1/keywords/:id/history — Get ranking history for a keyword POST /v1/keywords — Add keywords to track DELETE /v1/keywords/:id — Remove a tracked keyword

Content Generation

GET /v1/blogs?client_id=xxx — List blog posts POST /v1/blogs/generate — Generate a new blog post via AI POST /v1/press-releases/generate — Generate a press release GET /v1/topical-maps?client_id=xxx — List topical maps

Local SEO

GET /v1/grid-searches?client_id=xxx — List grid search results POST /v1/grid-searches — Run a new geo-grid search GET /v1/citations?client_id=xxx — List citation listings GET /v1/gbp/posts?client_id=xxx — List GBP posts

Call Tracking

GET /v1/calls?client_id=xxx — List tracked calls GET /v1/call-scores?client_id=xxx — List AI-scored calls POST /v1/calls/score — Score a call with AI GET /v1/tracking-numbers?client_id=xxx — List tracking numbers

Reports

GET /v1/reports?client_id=xxx — List generated reports POST /v1/reports — Generate a new report GET /v1/reports/:id — Get report details and data

AI Visibility

GET /v1/llm-reports?client_id=xxx — List LLM visibility reports POST /v1/llm-reports — Run a new AI visibility check

Ready to get started?

Explore more documentation or start using the platform today.