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 thex-api-key
header for each request.
Here’s an example of how to include the x-api-key
in your requests:
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.
Roblox to Discord Lookup
Find Discord users associated with a specific Roblox ID.
Discord to Roblox Lookup
Find the Roblox ID linked to a specific Discord user.