Guide

API hosts, OpenAPI, and official URLs

Marketing lives at https://socialrelay.dev. The API base is https://api.socialrelay.dev with product routes under /api/v1. OpenAPI is GET /api/v1/openapi.json. Production OAuth callback is /api/v1/connect/oauth/callback on the API host.

← GuidesGetting startedUpdated 2026-08-10

In short

Marketing lives at https://socialrelay.dev. The API base is https://api.socialrelay.dev with product routes under /api/v1. OpenAPI is GET /api/v1/openapi.json. Production OAuth callback is /api/v1/connect/oauth/callback on the API host.

Canonical URLs

  • Site: https://socialrelay.dev/
  • API: https://api.socialrelay.dev
  • OpenAPI: https://api.socialrelay.dev/api/v1/openapi.json
  • OAuth callback: https://api.socialrelay.dev/api/v1/connect/oauth/callback
  • Health: https://api.socialrelay.dev/api/health

OpenAPI role

OpenAPI is the machine-readable contract for paths and schemas—not a marketing navigation item. Generate clients or import into Postman from the JSON document. Human guides on this site explain workflows and GEO-friendly summaries.

Path prefix

All product routes use /api/v1/…. Do not call bare /v1 without the /api prefix on the production host.