Overview
MultiPost API overview
MultiPost exposes a REST API that lets third-party apps drive the extension to publish content, crawl pages, query social-media data, and more. This section is generated from the OpenAPI spec checked into the repository.
At a glance#
- Production base URL:
https://api.multipost.app - Speech-to-Text host (separate):
https://stt.multipost.app - Authentication: Most endpoints require a Bearer token in the
Authorizationheader — see Authentication. - Response format: JSON. Endpoints return
application/jsonunless noted otherwise.
Modules#
Desktop Local API
HTTP + MCP endpoints the desktop app exposes locally to drive accounts and publishing
Extension API
Manage extension clients, create publish tasks, query task status
Reader API
Fetch web content directly or via an LLM
Search & News
Search, reasoning search, news and trending feeds
Web Crawler
Submit URLs for batch crawling
Social Media
X / RedNote profiles, posts, replies, search
Speech To Text
Transcribe MP3 audio to text
File Hosting
Upload and fetch hosted files
Feedback#
These pages live under apps/web/content/docs/api-reference/ in the repo. PRs welcome for fixes.