Overview

The Torch Proxy API lets you manage proxies, users, and orders programmatically. All requests must be authenticated with a Bearer token.

API Reference

Browse all 116 endpoints with an interactive playground to test requests live.

Authentication

All endpoints require a Bearer token. Learn how to authenticate your requests.

Proxy Management

Create and manage sub-users, assign proxy pools, and configure bandwidth limits.

Orders & Billing

Programmatically create orders, check usage, and manage reseller accounts.

Authentication

All API requests must include your token in the Authorization header.
curl https://core-proxy-service-w34nvoxnwq-uc.a.run.app/your-endpoint \
  -H "Authorization: Bearer <your-token>"

Base URL

https://core-proxy-service-w34nvoxnwq-uc.a.run.app/

Quick Start

1

Get your API token

Log in to the Torch dashboard and navigate to API Access tab to get your tokens.
2

Make your first request

Use the token in the Authorization header as shown in the examples above.
3

Explore the API Reference

Browse the API Reference tab to see all available endpoints and try them directly from the browser.
Need help? Contact support at support@torchproxies.com.