Introduction
The PostAxis API lets you schedule and publish content to your connected social accounts from scripts, automations, or your own product.
It follows a simple REST shape: authenticate with an API key, list accounts, upload media, create posts, then read status back. The same platforms you use in the PostAxis dashboard are available over the API.
Base URL
All requests are sent to your project's public API base:
text·Base URL
https://YOUR_PROJECT.supabase.co/functions/v1/public-apiWhat you can build
- Internal tools that queue posts from a CMS or spreadsheet
- Zapier / Make / n8n style automations
- Custom schedulers for agencies or multi-brand workflows
Next steps
- Quickstart — create your first scheduled post in a few calls
- Authentication — how to send your API key
- API reference — endpoints in detail