Developers
Integrations hub
Connect PostUno to your existing automation stack with API keys and ready-made patterns.
Zapier
Trigger social publishing from apps like Google Sheets, Airtable, and Typeform.
Make
Use HTTP modules to build visual posting automations and schedules.
n8n
Connect self-hosted workflows to PostUno using the HTTP Request node.
Airtable
Use Airtable automations to run your content calendar.
Before you start
- Create an API key and send it as Authorization: Bearer pk_live_…. Open API keys
- Upload media with POST https://api.post-uno.com/v1/media/upload-url, then PUT the file bytes to the returned uploadUrl to get your s3Key.
- Create posts with POST https://api.post-uno.com/v1/posts and poll GET https://api.post-uno.com/v1/posts/:jobId for per-platform results.
- Use s3Keys (plural) for carousels, and remember TikTok and YouTube accept video only.
Full field reference, the platform support matrix and troubleshooting live in the developer docs. Open the developer docs