Public Content API

Integrate ContentVeda-managed pages into any storefront, app, or edge function. The public API is read-only, tenant-scoped, and available as both REST and GraphQL.

Two ways in

REST for simple slug lookups and page lists; GraphQL for fetching exactly the fields you need in one round trip.

Tenant-scoped

Every request is scoped to your workspace via X-Tenant-Key and authenticated via X-Api-Key.

Environment-aware

Keys are minted per environment (dev_ / preprod_ / production) so you can point staging apps at staging content.

Targeting-ready

Filter by platform, geo (country/region), cohort, and tags, or preview a page at a future/past instant.

Base URL

https://api.contentveda.com/api/v1

Quick start

  1. Generate a Tenant ID and API Key for your workspace — see API Keys & Tenant ID.
  2. Send X-Tenant-Key and X-Api-Key on every request (headers or query params).
  3. Try a live sample in the REST API docs or the GraphQL API docs.