API

The API.

Provisioning, usage, sub-accounts — the same machinery our dashboard runs on, callable from yours.

One call creates a sub-account, funds it with 50 GB, and returns live credentials:

response.json
{
  "customer": {
    "id": "1e5f4c02-9a71-4b8e-b430-7d2f6a8c9e11",
    "displayName": "eu-desk-01",
    "status": "ACTIVE",
    "proxyUsername": "bp-x81kq0",
    "createdAt": "2026-07-20T09:14:03Z",
    "suspendedAt": null,
    "deletedAt": null
  },
  "credentials": {
    "username": "bp-x81kq0",
    "password": "d41xkw2m8p",
    "host": "residential.basilproxies.com",
    "ports": {
      "http": 1000,
      "socks5": 1002
    },
    "urls": {
      "http": "http://bp-x81kq0:[email protected]:1000",
      "socks5": "socks5://bp-x81kq0:[email protected]:1002"
    }
  },
  "balanceStatus": "active",
  "movedMb": 50000,
  "newBalanceMb": 50000
}

Docs ship with access. Email [email protected] and tell us what you're integrating.