Content API overview
The Content API manages the content surfaces that TPC uses for retrieval, publishing, and public markdown delivery.Surfaces
Start with
/api/v1/content for product pages, docs pages, and marketing content. Created and generated pages land in a review queue (GET /api/v1/content?status=pending_review) and publish only after approval (POST /api/v1/content/{draftId}/review).
Common workflow
- Create an API key with
content:read. - List existing resources for a product.
- Add
content:writeonly when your integration needs mutations. - Send
Idempotency-Keyon writes so retries are safe. - Store
x-request-idwith your job logs.
Related guides
Site pages
Sync product pages from a CMS or Markdown folder.
Agentic documents
Work with generated and reviewed content documents.