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/posts

Create a new post

Required
GET
/api/v1/posts

List 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}/publish

Publish a post to platforms

Required
GET
/api/v1/analytics

Get analytics data

Required

Authentication

API Key Authentication

Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Start Building

Get your API key and start integrating with our platform.