Are you ready to supercharge your link shortening experience with CutX.me? Whether you're a developer, digital marketer, or team lead, our powerful API and team collaboration features make link management smarter and smoother.
In this guide, weโll walk you through:
โ How to use the CutX.me API
๐ฅ How to invite and manage your teammates
Letโs dive in!
๐ Step-by-Step Guide: How to Use the CutX.me API
Our API lets you integrate CutXโs link shortening capabilities directly into your apps, websites, or scriptsโsaving you time and making automation effortless.
๐ Step 1: Get Your API Key
To access the API, you need your personal API key.
Log in to your CutX.me dashboard.
Navigate to Settings > API.
Copy your unique API key.
Keep it safeโitโs like your password for automation.
๐ Step 2: Shorten a Link Using the API
Use a POST request to our API endpoint:
POST https://cutx.me/api/shorten
โ Required Parameters:
| Parameter | Type | Description |
|---|---|---|
| api_key | string | Your unique API key |
| url | string | The long URL you want to shorten |
| custom | string | (Optional) Your desired short slug |
๐ฆ Example Request (cURL):
curl -X POST https://cutx.me/api/shorten \
-d "api_key=YOUR_API_KEY" \
-d "url=https://example.com/my-long-link" \
-d "custom=myshortlink"
๐ Example JSON Response:
{
"status": "success",
"short_url": "https://cutx.me/myshortlink"
}
Boom! Youโve shortened a link via API. ๐
๐ Bonus: Track Clicks or Manage Links
You can also:
Get link stats
Delete or edit links
List all your links
๐ Full API documentation is available here
๐ฅ Invite Your Teammates and Collaborate
Why manage links alone when your whole team can join?
๐ค Step 1: Go to โTeamโ in Your Dashboard
After login, click on the "Team" tab.
Click "Invite Teammates".
Enter their email addresses and select a role (Admin or Member).
๐ฉ Step 2: Theyโll Receive an Email Invitation
Once they accept, your team can:
Create and organize short links
Share folders and campaigns
View analytics (role-based)
๐ผ Ideal for:
Marketing teams
Agencies
Businesses managing multiple brands
Collaborating in CutX.me keeps everyone aligned and efficient.
๐ง Why Use CutX.me?
โก Blazing-fast redirection
๐ Secure and private
๐ Advanced analytics
๐จโ๐ป Developer-friendly API
๐ฅ Team collaboration tools
๐ Ready to Get Started?
If you havenโt already:
Or jump directly into our API documentation to build something awesome.
Donโt forget to invite your teammates and streamline your link management today!
๐ฃ Got Questions?
Weโre here to help! Contact our support or visit our Help Center for more guides and tips.
CutX.me โ One short link, infinite possibilities. ๐