# UrlBae API **Provider:** UrlBae **Category:** developer **Base URL:** `https://urlbae.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100 links/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://urlbae.com/developers ## Description Simple and efficient short link creation ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://urlbae.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://urlbae.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free tier: 100 links/month. Paid from $5/mo for additional links and analytics. --- *Source: [API Map](https://apimap.dev/apis/urlbae/) — CC BY 4.0*