Skip to main content

Developer API

Access 34 tools via REST API or MCP server. Compress images, generate QR codes, process PDFs, and more — all programmatically.

Free access • Sign in to create persistent API keys

API Reference

Base URL: https://razi.pro

Authentication

Optional. Every endpoint works without a key. Supplying one raises your rate limit and attributes usage to your account, via the Authorization header:

Authorization: Bearer rz_your_api_key_here

List all available tools with their parameter schemas.

Response

{
  "tools": [
    {
      "name": "compress_image",
      "description": "Compress and convert images...",
      "parameters": { "type": "object", "properties": {...} }
    }
  ],
  "count": 28
}

cURL Example

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://razi.pro/api/v1/tools

Rate Limits

SurfaceAnonymousWith an API key
Tool catalogue140 / hour60 / minute
Tool execution35 / hour60 / minute
MCP (all endpoints combined)30 / minute120 / minute
Search25 / hour300 / hour
Content120 / minute120 / minute

When rate limited, the API returns 429 Too Many Requests with code: "rate_limited". A key with a daily request or monthly AI token quota gets code: "quota_exceeded" once it is spent, until it resets (00:00 UTC daily, the 1st of the month for tokens).

Machine-readable spec: /api/v1/openapi.json · /.well-known/mcp.json