REST API
API Documentation
Build custom integrations with the RELURL REST API. Create short links, track analytics, manage domains, and more.
POST
/api/linksSend a request to see the response
Quick Start
1. Get your API key
Sign up and go to Dashboard → API Keys
2. Make your first request
curl -X POST https://relurl.com/api/links \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}'3. Use the short URL
{
"data": {
"slug": "abc123",
"shortUrl": "https://relurl.com/abc123",
"url": "https://example.com"
}
}Integrations
Connect RELURL to your workflow