πAPI Quickstart
Get Started with Blotato API
The Blotato API allows you to:
publish and schedule posts directly to social media platforms
supports text, image, videos, reels, slideshows, carousels, threads, and stories
create images, videos, slideshows, and carousels programmatically via templates
It is limited to paying subscribers in order to reduce spam and service abuse, keeping Blotato's integration in good standing with the social platforms.
1. Get Your API Key
βIMPORTANT: this will end your free trial immediately and start your paid subscription.
Go to Settings > API > click "Generate API Key".
2. Connect Social Accounts
Go to Settings and connect your social accounts. If you get stuck, more information here:
3. Install the Official Blotato Node
n8n
Go to your n8n Admin Panel > Settings
Enable Verified Community Nodes
Open any workflow
Click the "+" icon in the top right corner
Search for "Blotato"
Click Install
For self-hosted n8n, see: Self-Hosted n8n Users
Make
Open any scenario in Make
Click the "+" icon to add a module
Search for "Blotato"
Select the Blotato module
4. Setup Your First Automation!
Choose your preferred integration path:
Blotato has official Make.com and n8n nodes. Zapier coming soon!
Check out more workflow automation templates here:
5. Troubleshoot Errors
Use the API Dashboard and click on each request to see full payload, response, and error message:
API Dashboard (for debugging): https://my.blotato.com/api-dashboard
Raw REST API Calls - Examples
Authentication
To authenticate API requests, include your Blotato API key in the request headers.
Authentication Header
Requests without a valid API key will be rejected and 401 error will be returned.
Post to a Platform Immediately
Post at a Scheduled Time
Post a Twitter Thread with Multiple Posts
Attach Media to Post (images and videos)
You can pass any publicly accessible image/video URL directly into the mediaUrls parameter. No upload step required - Blotato handles the media transfer automatically.
The optional Upload Media endpoint is still available if you need to host media on Blotato's servers: https://help.blotato.com/api/api-reference/upload-media-v2-media
Last updated