搜索 K
Appearance
Appearance
提供 PDF/OFD 发票上传查验服务,自动解析票面数据并完成真伪验证。接口高并发、精准提取,适配报销平台、电子档案系统及票据数字化流程,适合企业级集成使用。
/v1/check_fp/pdf
https://fpzwcx.com/v1/check_fp/pdf
Authorization
: Bearer <your AppCode>
参数名 | 类型 | 必填 | 描述 |
---|---|---|---|
base64 | String | 二选一 | PDF/OFD文件使用base64编码后的字符串 |
url | String | 可以在公网环境访问的PDF/OFD文件URL |
POST
。https://fpzwcx.com/v1/check_fp/pdf
。Content-Type
: application/json
Authorization
: 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"
}'