跳转到主要内容
POST

授权

Authorization
string
header
必填

会话 JWT(来自注册/登录)或 API key(pk_...)。 也接受 X-API-Key: <token> 作为替代请求头。

请求体

application/json
idempotency_key
string
必填

必填(筛查收费)。也可使用 Idempotency-Key 请求头。

customer
object

Identity data. Provide person or company; when omitted it is filled from the account profile. Additional fields are accepted and forwarded to the screening engine.

monitor
boolean
默认值:false

Enable continuous monitoring from the start.

响应

筛查已提交并本地保存。

筛查本地镜像及计费字段,完整结果在 result 中。

screening_id
string
kind
enum<string>
可用选项:
screening
service
enum<string>
可用选项:
compliance_person,
compliance_company
subject_type
enum<string>
可用选项:
person,
company
subject_name
string
risk
string
monitor
boolean
screening_fee
string
fee_asset
string
idempotency_key
string
idempotency_hit
boolean
created_at
string<date-time>
result
object

合规服务返回的中立筛查结果。

最后修改于 2026年7月19日