Documentation

Everything you need to integrate baliyoban into your product.

The public API and API keys are in development — the endpoints below preview the planned surface. Today, posting and the unified inbox are available in the dashboard; sign up to get early access to the API when it launches.
Base URL: https://api.baliyoban.com/v1coming soon

Getting Started

Quick Start Guide

Sign up, get your API key, and make your first post in 5 minutes

Authentication

How to authenticate with the baliyoban API using Bearer tokens

Connecting Accounts

Link social platforms via OAuth without managing developer apps

Core API

POST /v1/posts

Publish content to one or more platforms in a single call

GET /v1/posts

List all posts with filtering by platform, status, and date

POST /v1/posts/schedule

Schedule a post for future delivery

DELETE /v1/posts/:id

Delete a post from all platforms

Connections

GET /v1/connect/:platform

Initiate OAuth flow for any supported platform

GET /v1/accounts

List all connected accounts and their status

DELETE /v1/accounts/:id

Disconnect a platform and revoke tokens

Analytics

GET /v1/analytics

Unified metrics: impressions, engagements, clicks, followers

GET /v1/analytics/:platform

Per-platform analytics breakdown

GET /v1/analytics/export

Export analytics as CSV or JSON

Inbox

GET /v1/inbox/conversations

DMs, comments, and mentions across platforms

POST /v1/inbox/reply

Reply to a message or comment

Ads

POST /v1/ads/boost

Boost an organic post to a paid ad

GET /v1/ads/campaigns

List active ad campaigns

PATCH /v1/ads/campaigns/:id

Update budget, targeting, or status

Full API reference coming soon. Questions? Contact us