Developer Quickstart
Integrate KAIROXO into your stack in minutes with our standardized API and SOCKS5/HTTP protocols.
Initialize Account
Create your developer account and complete email verification to initialize access to the management console and API infrastructure.
Select Provisioning Plan
Provision Residential, ISP, or Mobile network resources tailored to your throughput and geographic requirements.
Configure Authentication
Retrieve your unique API credentials including username, password, and port mappings from the secure dashboard.
Implement Proxy Logic
Embed credentials into your application or automation workflow. We support native HTTP(S) and SOCKS5 protocol implementations.
Execute Validation Request
Verify connectivity by executing a test request. Monitor headers, exit IP metadata, and latency benchmarks in real time.
Connectivity Test
Use the following cURL examples to validate your credentials. Replace placeholders with your actual account data.
# 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
# Execute request via unmetered high-throughput endpoint curl -x "http://unlimitedKey:PASSWORD@<unlimited-proxy-host>:10000" https://api.ipify.org