REST API Quickstart

Call Cite42 directly over HTTP. One base URL, a Bearer key, JSON in and out. Query AI search, SEO keywords, trends, and workflow contracts.

Base URL

All requests go to:

https://www.cite42.dev/api/v1

Authenticate with a Bearer token on every request (see Authentication). The same cite42_live_ key works for both REST and MCP.

Make your first call

One call across all five AI surfaces: pick your language:

  1. Get your API key
    • Create a Cite42 account or log in.

    • Open the API keys page and create a key. It's shown once, so copy it now; you'll send it as a Bearer token on every request.

  2. Make the call

    One POST queries all five AI surfaces and returns each answer with its sources.

Every billed response includes a billing block with the exact cost and remaining balance. See Search for the full response shape.

Endpoints

Five AI-model endpoints (billed per model queried): search, rankings, compare, citations, sentiment. Plus flat data endpoints (keywords, trends, Reddit Trends, YouTube Trends), workflow contracts, and a free usage. Pick one from the sidebar for its params and example response.