Skip to main content
POST
创建并读取欺诈与身份报告。

授权

Authorization
string
header
必填

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

请求头

Idempotency-Key
string

Use this header when the body field is omitted.

请求体

application/json
country
string
必填
示例:

"CL"

doc_id
string
必填
示例:

"76.123.456-0"

purpose
enum<string>
必填
可用选项:
fraud_prevention,
identity_verification,
onboarding,
other
subject_type
enum<string>
可用选项:
person,
company
lang
enum<string>
默认值:en
可用选项:
en,
es,
zh
idempotency_key
string

响应

Report ready or an idempotent replay.

最后修改于 2026年9月6日