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.
  1. Sign up with your Google or GitHub account.
  2. Create a workspace and an API key in the dashboard. Grant only the scopes you need.
  3. Check platform status. A coming-soon platform cannot publish.
  4. 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.