Documentation Index
Fetch the complete documentation index at: https://docs.nexalayer.net/llms.txt
Use this file to discover all available pages before exploring further.
Static sessions
Static sessions provide fixed IPs and are billed by duration (e.g. 30 or 90 days). Creation may be synchronous or asynchronous depending on product; checkstatus and use proxy when active.
Create
Config parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
product_no | string | Yes | Product code from GET /products. |
quantity | number | Yes | Number of IPs. |
duration_days | number | Yes | 30 or 90 (product-dependent). |
country | string | Yes | Country code. |
city | string | No | City code. |
Get session / usage
GET /sessions/{session_id}— full session includingproxy,expires_at,ip_list.GET /sessions/{session_id}/usage— usage and remaining time/traffic.