API Documentation
Integrate Universal Blog Platform into your applications with our comprehensive REST API.
API Quick Start
Get started with our API in minutes
API Endpoints
Core endpoints for managing content and analytics
POST
/api/v1/postsCreate a new post
Required
GET
/api/v1/postsList all posts
Required
PUT
/api/v1/posts/{id}Update a post
Required
DELETE
/api/v1/posts/{id}Delete a post
Required
POST
/api/v1/posts/{id}/publishPublish a post to platforms
Required
GET
/api/v1/analyticsGet analytics data
Required
Authentication
API Key Authentication
Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY