Developer documentation
Quick start
Availability and your first API request
Every platform is currently marked as coming soon. These steps describe the API contract; they do not promise live publishing yet.
- Sign up with your Google or GitHub account.
- Create a workspace and an API key in the dashboard. Grant only the scopes you need.
- Check platform status. A coming-soon platform cannot publish.
- When a platform becomes live, connect an account, validate the post, publish it, and read each target result.
First request: platform status
curl -H 'Authorization: Bearer <API_KEY>' \
-H 'X-Workspace-Id: <WORKSPACE_ID>' \
'https://<service-domain>/api/v1/platforms'Replace the key and workspace ID with your own values. Keep the key out of browsers and public repositories.