Skip to main content
The Content Management Service (CMS) provides full CRUD access to your content. Use these APIs to create, update, retrieve, and delete posts, categories, tags, and media programmatically. Base URL: https://cms.thepublive.com/publisher/{publisher_id}/
All CMS endpoints require HTTP Basic Auth via the Authorization header. Request Content-Type varies by endpoint — most POST/PATCH endpoints use application/json, but check each endpoint’s page: for example, Media Library’s create/update endpoints require multipart/form-data or application/x-www-form-urlencoded instead.

Resources

Common patterns

Authentication

Pagination

All list endpoints return paginated results:

Update method

Most update endpoints use PATCH (partial update) — you only need to send the fields you want to change. Form Schema’s update endpoint is the exception and uses PUT (full replace).

Success responses

Last modified on August 10, 2026