API Documentation

Everything you need to integrate our proxy service

Quick Start

Get started with YX Proxy in just a few minutes. Follow these simple steps to integrate our proxy service into your application.

1. Get Your API Key

Sign up for an account and generate your API key from the dashboard.

2. Make Your First Request

Use the following proxy format to make requests:

Proxy Format
http://USERNAME:[email protected]:8080

# With country targeting
http://USERNAME:[email protected]:8080

# With city targeting
http://USERNAME:[email protected]:8080

3. Example with cURL

bash
curl -x "http://USERNAME:[email protected]:8080" \
     "https://api.ipify.org?format=json"