URL Shorteners — entry 008 of 11
Rebrandly
Rebrandly specializes in branded short links on your own custom domain, aimed at marketing and brand-consistent link sharing. Its REST API uses an apikey header and covers link creation, custom slashtags, tags, domains, and click analytics, returning JSON. A free tier allows a capped number of branded links per month, with paid Starter, Pro, and Enterprise plans scaling link volume, domains, and team features.
GreatAPIs Score
Auth quickstart
- Get a key at the provider
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
Default (Classic Workspace): 10 requests/second, 20,000 API calls/hour; Extended/Campaign Workspace PUT method: 1 request/second (up to 25 links per call) -- per developers.rebrandly.com/docs/api-limits