API Documentation

Integrate ProxyUDP directly into your own applications, bots, and automation scripts using our robust REST API.

Quick Start

  1. Get your API Key from your Dashboard (API Access tab).
  2. Include your key in the Authorization header of every request:
    Authorization: Token YOUR_API_KEY
  3. Explore our interactive documentation to test endpoints directly from your browser.
Interactive API Reference (Swagger)

Authentication

We use standard Token-based authentication. Your token acts as a permanent API key. Keep it secret!

Rate Limiting

To ensure stability, we limit requests to 1,000 per hour for authenticated users. Action endpoints (like IP rotation) have separate limits.

Base URL

All v1 API requests should be sent to:

https://proxyudp.com/api/v1/

JSON Format

Our API returns data in JSON format and expects JSON for POST/PATCH request bodies.


Need help with integration? Contact our support team.