Bulk open URLs (paid)
url.open_batchOpen up to 25 URLs in one request to obtain per-URL page risk scores and flags, enabling bulk URL safety checks.
Instructions
POST /v1/open/batch with JSON {urls:[...]}. Paid-only (stack X-54ch10-Stack or Bearer 54k_); no free path — HTTP 402 without credits. Cap 25 URLs per request. Server concurrency ~3; global inflight ~10. Prefer for allowlists; human bulk UI: https://linksafu.com/bulk. Each URL gets the same page_risk brief as GET /v1/open. Analytics-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | HTTP(S) URLs to open (1–25). Example: ['https://example.com','https://example.org']. |