# AproxPay Proxy Session Extend

> AproxPay Proxy Session Extend is a paid API for AI agents from proxy.aproxpay.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Extends an active pooled residential proxy session by +30 minutes and +50MB without changing the assigned IP address.

## Facts

- Endpoint: POST https://proxy.aproxpay.com/v1/session/:id/extend
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aproxpay-proxy-session-extend-a6192238
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_q-iB6K6OS9mfbA3mrv5Zs

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability aproxpay-proxy-session-extend-a6192238 -d '<json body>'
```

Example prompt: My current pooled proxy session abc123 is about to run out of time — extend it by 30 minutes and 50MB without rotating the IP.

## When to prefer this

Use this endpoint when you have an active pooled (entry or heavy) residential proxy session that is running low on time or data and you want to continue using the same IP without interruption. Do NOT use for dedicated GB sessions (/v1/session/gb) — those require purchasing a new pass. Prefer this over creating a new session when IP continuity is required.

## Known failure modes

- Session ID not found or already expired — returns 404 or error
- Attempt to extend a dedicated GB session (/v1/session/gb) — not supported, returns error directing user to buy a new GB pass
- Payment failure or insufficient USDC balance — returns 402 Payment Required
- Session at maximum allowable extension limit — returns error
- Malformed or missing session ID in path — returns 400 Bad Request

## How this service works

Extend a pooled session pass: +30 min and +50MB without changing IP. Not available for /v1/session/gb (dedicated); buy a new gb pass instead.

## Output

Returns updated session credentials or confirmation that the session has been extended by +30 minutes and +50MB, maintaining the same IP address. The session ID and connection parameters remain unchanged.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aproxpay-proxy-session-extend-a6192238/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.aproxpay.com](https://www.zero.xyz/host/proxy.aproxpay.com/llms.txt)
