Integrate EU.PE into your applications
The EU.PE REST API allows you to programmatically create and manage shortened links. All API requests require authentication via API key.
You can find your API key in your account settings.
Include your API key in the request header:
Create a new shortened URL.
Delete an existing shortened link.
Free accounts: 100 requests/hour. Pro accounts: 10,000 requests/hour.
| Code | Description |
|---|---|
| 400 | Bad Request (missing/invalid parameters) |
| 401 | Unauthorized (invalid API key) |
| 403 | Forbidden (limit reached or insufficient permissions) |
| 429 | Too Many Requests (rate limit exceeded) |
| 500 | Internal Server Error |