DocsReference
LetsPost Docs
Everything you need to manage social accounts, publish via API, or chat with your AI posting agent over WhatsApp.
Dashboard
For users managing social accounts through the web UI. Create profiles, connect accounts, compose posts, and track analytics — no code required.
API
For developers integrating programmatically. A single REST API to publish short-form video to TikTok, Instagram, YouTube, and Facebook.
WhatsApp Agent
For users who prefer to post by chatting. Send a WhatsApp message and our AI agent creates, schedules, and publishes on your behalf.
Base URL
https://api.letspost.app/v1Versioning
All routes are prefixed with /v1. We will never change the shape of a response without introducing a new version.
Conventions
- All timestamps are ISO-8601 strings.
- All IDs are opaque strings — do not try to parse them.
- The
profileIdscopes nearly every resource: accounts, posts, stats. - Successful responses return HTTP
200or201with a JSON body. Errors always include a top-levelerrorobject. - Pagination uses cursor-based tokens returned in the
nextCursorfield. Pass the token as thecursorquery parameter on the next request.
Was this page helpful?
Something unclear? Email us — we read every message.