搜索 K
Appearance
Appearance
提供财政票据 PDF 文件上传识别与验真服务,自动提取要素字段并完成查验。适合票据归档、文书自动处理、政务数字化应用,接口高可用、文档完备。
/v1/check_fp/pdfhttps://fpzwcx.com/v1/check_fp/pdfAuthorization: Bearer <your AppCode>| 参数名 | 类型 | 必填 | 描述 |
|---|---|---|---|
| base64 | String | 二选一 | PDF/OFD文件使用base64编码后的字符串 |
| url | String | 可以在公网环境访问的PDF/OFD文件URL |
POST。https://fpzwcx.com/v1/check_fp/pdf。Content-Type: application/jsonAuthorization: Bearer <your_AppCode>。{
"url": "https://test.com/test.pdf"
}curl -X POST https://fpzwcx.com/v1/check_fp/pdf \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <your_AppCode>" \
-d '{
"url": "https://test.com/test.pdf"
}'