Developers

API host, OpenAPI, and integration entry points.

OpenAPI is the machine-readable REST contract for Social Relay—paths, schemas, and auth—not a marketing page. Use the API base https://api.socialrelay.dev with server-side platform keys, then follow the quickstart.

In short

OpenAPI is the machine-readable REST contract for Social Relay—paths, schemas, and auth—not a marketing page. Use the API base https://api.socialrelay.dev with server-side platform keys, then follow the quickstart.

Recommended path

  1. Read authentication and profile scoping rules.
  2. Walk the quickstart: profile → connect → publish.
  3. Use OpenAPI to implement typed clients or mock servers.
  4. Register webhooks for asynchronous leg results.