You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perceiveDirect(url, opts) — one-call raw-byte retrieval: the response body is the artifact itself (markdown, PDF, screenshot…), metadata parsed from X-* headers into PerceiveDirectResult. No second fetch to a signed URL.
downloadPerceiveArtifact(operationId, output?) — re-download a stored artifact of an earlier operation.
onlyMainContent option (server default true) — markdown is main-content-only with site chrome stripped behind a fidelity guard; set false for the full page.
directDownload option on PerceiveOptions.
New result fields: statusCode (upstream HTTP status of the rendered page), deductions (named render-quality deductions), optionsEcho (the options the server honoured).
Removed
markdown_fit output — removed by the API. Use markdown (main-content-only by default) instead.
Compatibility
Requires the 2026-08 gateway for directDownload/onlyMainContent to take effect; older gateways ignore the flags.