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",
    "createdAt": "2026-08-24T09:14:03Z",
    "suspendedAt": null,
    "deletedAt": null
  },
  "product": "residential2",
  "credentials": {
    "username": "bp-x81kq0",
    "password": "d41xkw2m8p",
    "host": "eu-residential2.basilproxies.com",
    "hosts": {
      "eu": "eu-residential2.basilproxies.com",
      "us": "us-residential2.basilproxies.com",
      "ap": "ap-residential2.basilproxies.com"
    },
    "ports": {
      "rotating": 4242,
      "sticky": 4243
    },
    "urls": {
      "rotating": "http://bp-x81kq0:[email protected]:4242",
      "sticky": "http://bp-x81kq0:[email protected]:4243"
    },
    "warmupSeconds": 60
  },
  "balanceStatus": "active",
  "movedMb": 50000,
  "newBalanceMb": 50000
}

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