Content Delivery Service (CDS)
Base URL:https://cds.thepublive.com/publisher/{publisher_id}/
Read-only APIs for fetching published content. Use the CDS to power your website and applications.
Content Delivery API
Content Management Service (CMS)
Base URL:https://cms.thepublive.com/publisher/{publisher_id}/
Full CRUD APIs for creating, updating, and managing content programmatically.
Content Management API
Authentication
All API requests requireusername and password headers. See Authentication for details.
Common Patterns
Pagination
Both APIs supportpage and limit query parameters:
| Parameter | Default | Max |
|---|---|---|
page | 1 | 1000 |
limit | 10 | 50 |