Skip to main content
POST
Look up a config

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
url
string<uri>
required

Public HTTP(S) URL to look up.

Maximum string length: 2048
allowed_proxy_countries
string[]

ISO 3166 country codes Kernel may use when returning a proxy configuration. When omitted, Kernel uses its default country selection.

Required array length: 1 - 10 elements
Example:

Response

Current recommendation, or a null recommendation when no eligible knowledge exists.

recommendation
object
required

Recommendation or structured no-recommendation result from current knowledge. Only the proxy_restricted code is reported here. Null for every other outcome, including a target analyzed without a working configuration.

target
object
required
working_configurations
object[]
required

Working configurations for the target, ordered with the recommended configuration first.

guidance
string | null

Short advisory markdown to facilitate navigating this target. Returned even when no configuration reached the target, since knowing what prevented success is useful without a configuration. Not verified against this target. Null when nothing applicable was observed or no notes exist.