Skip to main content
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 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 require username and password headers. See Authentication for details.

Common Patterns

Pagination

Both APIs support page and limit query parameters:
ParameterDefaultMax
page11000
limit1050

Error Handling

All error responses return a descriptive status and message. See Error Codes for a full reference.