Skip to content

publora/publora-api-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Publora API Documentation

Affordable REST API for scheduling and publishing social media posts across 10 platforms.

Schedule posts to X/Twitter, LinkedIn, Instagram, Threads, TikTok, YouTube, Facebook, Bluesky, Mastodon, and Telegram — all from a single API call. Free tier available, paid plans from $2.99/month per connected account.

Website: publora.com | Dashboard: app.publora.com | Email: serge@publora.com

Quick Start

# 1. List your connected social accounts
curl https://api.publora.com/api/v1/platform-connections \
  -H "x-publora-key: YOUR_API_KEY"

# 2. Schedule a post
curl -X POST https://api.publora.com/api/v1/create-post \
  -H "x-publora-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "content": "Hello from Publora API!",
    "platforms": ["twitter-123456789", "linkedin-ABC123"],
    "scheduledTime": "2026-03-01T14:00:00.000Z"
  }'

3 API calls. 10 platforms. Free tier + $2.99/account.

Why Publora?

Price Comparison

Feature Publora Ayrshare Publer Sprout Social
Starting price Free $49/mo $12/mo $249/mo
Per-account pricing $2.99-5.99 N/A N/A N/A
Platforms 10 13 9 6
API access All plans Paid only Paid only Enterprise
Bluesky support Yes Yes No No
Threads support Yes Yes Yes No
Mastodon support Yes No Yes No

Publora offers a free tier and flexible per-account pricing — pay only for what you use.

Why Developers Choose Publora

  1. Affordable — Free tier available, paid plans from $2.99/account. No enterprise tier required.
  2. 10 Platforms — X, LinkedIn, Instagram, Threads, TikTok, YouTube, Facebook, Bluesky, Mastodon, Telegram.
  3. API-First — Clean REST API designed for developers, not a bloated dashboard.
  4. AI-Ready — Docs indexed on Context7 so AI coding assistants already know our API.
  5. Modern Platforms — First-class support for Bluesky, Threads, and Mastodon that competitors lack.

API Endpoints

Method Endpoint Description Docs
GET /platform-connections List connected social accounts View
POST /test-connection/:platformId Test a platform connection View
POST /create-post Create and schedule a post View
GET /list-posts List all posts with pagination View
GET /get-post/:postGroupId Get post details and status View
GET /post-logs/:postGroupId Get publish attempt history View
PUT /update-post/:postGroupId Update post timing or status View
DELETE /delete-post/:postGroupId Delete a scheduled post View
POST /get-upload-url Get pre-signed URL for media upload View
GET/POST /webhooks Manage webhook notifications View
POST /linkedin-post-statistics Get LinkedIn post analytics View
POST /linkedin-account-statistics Get LinkedIn account analytics View
POST /linkedin-reactions Add reaction to a LinkedIn post View
DELETE /linkedin-reactions Remove a LinkedIn reaction View
POST /linkedin-followers Get LinkedIn follower statistics View
POST /linkedin-profile-summary Get LinkedIn profile summary View

Base URL: https://api.publora.com/api/v1

Supported Platforms

Platform Text Images Videos Threading Analytics
X / Twitter 280 chars Up to 4 1 per post Auto-split
LinkedIn 3,000 chars Multiple 1 per post 5 metrics
Instagram 2,200 chars Carousel (10) Reels/Stories
Threads 500 chars Carousel 1 per post Auto-split
TikTok Caption 1 per post (MP4)
YouTube Description 1 per post
Facebook 63,206 chars Multiple 1 per post
Bluesky 300 chars Up to 4 1 per post
Mastodon 500 chars Up to 4 1 per post
Telegram 4,096 chars Multiple 1 per post

Authentication

All requests require the x-publora-key header:

curl https://api.publora.com/api/v1/platform-connections \
  -H "x-publora-key: sk_1234567890.abcdef1234567890"

Get your API key: publora.comAPI in sidebar → Generate.

See Authentication Guide for details.

Pricing

Plan Price Posts/Month Accounts Platforms Video
Starter Free 15 1 LinkedIn & Bluesky 50 MB
Pro $2.99/account 100/account Unlimited All 10 100 MB
Premium $5.99/account 500/account Unlimited All 10 250 MB

All plans include full API access. Pro/Premium use per-account pricing — add as many accounts as you need. Get started free.

Documentation

Getting Started

Endpoint Reference

Platform Guides

Usage Guides

AI Integration

Code Examples

API Specification

About

Publora is an affordable social media API built by Creative Content Crafts, Inc.

Looking for AI-powered content creation for LinkedIn, Threads, and X? Check out Co.Actor — our AI service that helps B2B teams create authentic thought leadership content at scale.

  • Publora (publora.com) — schedule and publish posts via API
  • Co.Actor (co.actor) — AI content creation for LinkedIn, Threads, and X
  • Creative Content Crafts (cccrafts.ai) — the company behind it all

License

MIT

About

Publora API documentation — schedule and publish social media posts across 10 platforms. For Context7 and developer reference.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors