Programmatic access to manage redirects, websites, and deployments. Build powerful integrations with our REST API.
Intuitive endpoints following REST conventions for easy integration.
All responses are in JSON format with consistent structure.
Fair usage limits with clear headers showing remaining quota.
Real-time notifications for redirect events and deployments.
Include your API key in the Authorization header of every request.
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.redirectflow.io/v1/redirectsCreate a new redirect with a simple POST request.
curl -X POST \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"source":"/old","destination":"/new"}' \
https://api.redirectflow.io/v1/redirects| Method | Endpoint |
|---|---|
| GET | /api/v1/redirects |
| POST | /api/v1/redirects |
| GET | /api/v1/redirects/:id |
| PUT | /api/v1/redirects/:id |
| DELETE | /api/v1/redirects/:id |
| POST | /api/v1/redirects/bulk |
| POST | /api/v1/deploy |
API rate limits vary by plan. Upgrade for higher limits and bulk operations.
Bulk: 10 redirects/request
Bulk: 100 redirects/request
Bulk: 1,000 redirects/request
Bulk: Unlimited
Create your free account and get instant API access. Start automating your redirect management today.