Publive provides two API services for working with your content:
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 Management Service (CMS)
Base URL: https://cms.thepublive.com/publisher/<PUBLISHER_ID>/
Full CRUD APIs for creating, updating, and managing content programmatically.
Authentication
All API requests require HTTP Basic Auth. See Authentication for details.
Common Patterns
Both APIs support page and limit query parameters:
| Parameter | Default | Max |
|---|
page | 1 | 1000 |
limit | 10 | 50 |
Error Handling
All error responses return a descriptive status and message. See Error Codes for a full reference. Last modified on April 15, 2026