---
title: "Cross-border transfer preflight: one call returns ALLOW / ALLOW_PUBLIC_SIGNAL_ONLY / REVIEW / BLOCK with adequacy status, risk level and SCC requirement."
method: POST
path: "/v2/nomos/preflight"
tags: ["cross-border"]
---

# Cross-border transfer preflight: one call returns ALLOW / ALLOW_PUBLIC_SIGNAL_ONLY / REVIEW / BLOCK with adequacy status, risk level and SCC requirement.

`POST /v2/nomos/preflight`

AgentNOMOS Cross-Border Regulatory Compliance Preflight. Checks a planned cross-border data transfer between EU, India, Japan, Korea, Singapore and China against GDPR, DPDP, PIPL, FSA and MAS. Returns one verdict for the request (ALLOW, ALLOW_PUBLIC_SIGNAL_ONLY, REVIEW or BLOCK) inside `preflight_summary`, together with adequacy_status, risk_level, sccs_required, requires_human_review, blocked_fields and evidence_hash, plus scanned target candidates and a SHA-256 receipt_hash. Target-specific fields are withheld automatically when the verdict does not permit them. Classification only, not legal advice.

## Request body

- object
  - `source_regime` string — Origin regime of the data transfer. Auto-detected from `intent` when omitted.
  - `target_regime` string — Destination regime. Auto-detected from `intent` when omitted.
  - `region` string — Target-scan region filter. Derived from source_regime when omitted.
  - `data_category` string — Category of the data to be transferred. Drives the verdict; personal and payment categories resolve to BLOCK.
  - `query` string — Free-text target search query.
  - `intent` string — Free-text intent; used to auto-detect regimes, capability and data category when the explicit fields are absent.
  - `max_results` integer — Maximum scanned targets returned.
  - `min_score` integer — Minimum target score for a candidate to be included.

## Response `200`

Success (synthetic example)

## Other responses

- `400` — Bad Request — invalid or missing parameters.
- `402` — Payment Required (x402): response carries payment requirements; retry with the X-PAYMENT header (USDC on Base).

---

[API](https://skmtc.net/tooloracle/apis/tooloracle-mcp-platform.md) · [All operations](https://skmtc.net/tooloracle/apis/tooloracle-mcp-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tooloracle/tooloracle-mcp-platform/versions/0f85b83186f5/schema)
