RedirectFlowAPI

Programmatic access to manage redirects, websites, and deployments. Build powerful integrations with our REST API.

RESTful Design

Intuitive endpoints following REST conventions for easy integration.

JSON Responses

All responses are in JSON format with consistent structure.

Rate Limiting

Fair usage limits with clear headers showing remaining quota.

Webhooks

Real-time notifications for redirect events and deployments.

Quick Start

Authentication

Include your API key in the Authorization header of every request.

curl -H "Authorization: Bearer YOUR_API_KEY" \
     https://api.redirectflow.io/v1/redirects

Create a Redirect

Create 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

API Endpoints

MethodEndpoint
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

Rate Limits

API rate limits vary by plan. Upgrade for higher limits and bulk operations.

Free

100/hour

Bulk: 10 redirects/request

Pro

1,000/hour

Bulk: 100 redirects/request

Business

10,000/hour

Bulk: 1,000 redirects/request

Enterprise

Unlimited

Bulk: Unlimited

Ready to Get Started?

Create your free account and get instant API access. Start automating your redirect management today.