Open URL / risk brief
url.openCheck a URL's risk score (0–100) and WHOIS data before clicking. Returns a JSON summary with flags and sources.
Instructions
Maps to GET /v1/open for URL checks (page_risk, whois, page). Score 0–100, lower is better. HTTP 402 when unpaid — prefer X-54ch10-Stack or Bearer 54k_ via BRIEF_API_KEY. For type=url calls /v1/open?q=; for address|token keeps GET /v1/brief?type=&q=. Call first for wrap-before-click; then domain.whois / domain.dns / domain.tls. Analytics-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Value to open/brief. Example URL: https://example.com/login. For type=url this is the q= query on /v1/open. | |
| type | Yes | What to brief. Prefer url (primary → GET /v1/open). address / token → GET /v1/brief. Example: url for https://example.com. |