DreamSync API

Guild-scoped REST API for Roblox↔Discord verification, moderation, and developer integrations. Every request authenticates with a key you generated in the dashboard.

Quick start

  1. Sign in with Discord and select a server you manage.
  2. Open API in the sidebar and create a key with the scopes you need.
  3. Copy the key, it's only shown once, so paste it into your secret store or .env.
  4. Call any endpoint with Authorization: Bearer ds_live_….

Base URL

https://api.dreamsync.link

Example

curl -H "Authorization: Bearer ds_live_…" \
  https://api.dreamsync.link/api/v1/guilds/425800792679645204/discord-to-roblox/113691352327389188

Plans

  • Free: verification, linking, role bindings, nickname sync, basic link lookup, update API.
  • Pro ($4.99/mo): bulk update, Roblox bans, cross-platform moderation, ban API.
  • Developer ($19.99/mo): in-game data bindings, role check API, global lookup.

Entitlements are server-specific. If a subscription lapses, paid configuration stays stored, DreamSync just stops evaluating it, and resumes the moment billing is restored.