Loading KAIROXO page正在加载 KAIROXO 页面

KAIROXO
01/Documentation/Developer Quickstart

Developer Quickstart

Integrate KAIROXO into your stack in minutes with our standardized API and SOCKS5/HTTP protocols.

01person_add

Initialize Account

Create your developer account and complete email verification to initialize access to the management console and API infrastructure.

02account_tree

Select Provisioning Plan

Provision Residential, ISP, or Mobile network resources tailored to your throughput and geographic requirements.

03vpn_key

Configure Authentication

Retrieve your unique API credentials including username, password, and port mappings from the secure dashboard.

04settings_input_component

Implement Proxy Logic

Embed credentials into your application or automation workflow. We support native HTTP(S) and SOCKS5 protocol implementations.

05terminal

Execute Validation Request

Verify connectivity by executing a test request. Monitor headers, exit IP metadata, and latency benchmarks in real time.

terminal

Connectivity Test

Use the following cURL examples to validate your credentials. Replace placeholders with your actual account data.

# Residential Proxy (US Exit Node)
# Execute authenticated request via US-based residential gateway
curl -x "http://USERNAME-f-country-us-sid-abc123-1-30:PASSWORD@<proxy-host>:9000" https://api.ipify.org
# Unlimited Traffic Endpoint
# Execute request via unmetered high-throughput endpoint
curl -x "http://unlimitedKey:PASSWORD@<unlimited-proxy-host>:10000" https://api.ipify.org

Loading KAIROXO page正在加载 KAIROXO 页面