跳到主要内容

API 参考

本节提供税鹰眼 Developer API 的完整接口文档。

所有接口均需通过 X-API-Key 鉴权,详见 鉴权说明

基础信息

项目
基础 URLhttps://api.shuiyingyan.com/api/v1/developer
认证方式API Key (X-API-Key Header)
内容格式JSON (application/json)
字符编码UTF-8

端点概览

报告管理

方法路径说明
POST/reports/financial提交财务数据创建报告
GET/reports列表查询报告
GET/reports/{report_id}报告详情
PUT/reports/{report_id}/share管理报告分享
DELETE/reports/{report_id}删除报告

任务查询

方法路径说明
GET/tasks/{task_id}查询任务状态

分析结果

方法路径说明
GET/reports/{report_id}/analysis全部分析数据
GET/reports/{report_id}/analysis/{slug}单项分析数据

浏览下方侧边栏查看各接口的详细参数说明和示例。