Welcome to the Designify API! This documentation will guide you through everything you need to know about integrating and utilizing our endpoints to link Roblox and Discord users seamlessly.

Welcome to the Designify API

The Designify API serves as a powerful bridge for managing connections between Roblox and Discord communities. Whether you’re building tools for moderation, automation, or enhancing your server’s functionality, this API provides a reliable and efficient way to handle user data across platforms.

Please note that the Designify API may be a temporary feature available to the public and could be removed in the future without prior warning. We recommend that you make the most of it while it’s available.

Our endpoints are straightforward to use, designed to make linking, searching, and managing Roblox and Discord user associations as seamless as possible.


Authentication

To ensure security and proper access, all API endpoints require an API key for authentication. You must include the key in the x-api-key header for each request.

Here’s an example of how to include the x-api-key in your requests:

"headers": {
  "x-api-key": "your-api-key"
}

Getting an API Key

If you don’t already have an API key, please visit https://dev.designify.bot/ to obtain one.


What You Can Do

With the Designify API, you can:

  • Retrieve linked users: Get Discord user IDs associated with a Roblox ID.
  • Find Roblox connections: Find the Roblox ID linked to a Discord user.
  • Manage guild-specific data: Ensure all operations are scoped to your guild for better control.

Our endpoints are designed to be fast, scalable, and secure, ensuring the best experience for your bot and community.


Let’s get started and take your guild to the next level!