跳到主要内容

文档查询

文档查询可通过以下请求进行:

Request

ENDPOINT
/document/[document_key]/url
MÉTODO
GET

Path Params

字段描述
document_key文档的唯一密钥
注意

文档 URL 将生成带有 10 分钟过期时限的链接。

Response

STATUS
200
Response Body
{
"document_key": "8a1e62f3-7add-4240-a51d-e0f1a2f421fa",
"document_url": "url_expirável",
"signed_document_url": "url_expirável",
"expiration_datetime": "2024-05-01T01:00:00.000Z"
}
字段类型描述
document_url*string原始文档的可过期 URL。
signed_document_urlstring已签名文档的可过期 URL(如存在)。如不存在,则不返回此字段。
expiration_datetime*stringURL 过期的日期和时间。