tradewind-api-test
复制页面
tradewind-api
信风TradeWind AI API 2.0
01 API监控接口(无需鉴权)
GET API存活探针
GET API运维指标
04 企业/联系人接口(瀑布流/智能体模式)
(智能体)国 家与语言编码参考(无需鉴权)
(智能体)任务创建
(智能体)任务列表
(智能体)任务数据
(瀑布流)企业搜索
(瀑布流)企业详情
(瀑布流)联系人搜索
(瀑布流)联系人详情
邮箱验证(单个)
邮箱验证(批量)
邮箱验证(批量结果)
05 海关数据接口
(海关)国家参考
获取海关公司列表
获取海关公司状态
获取海关采购趋势
获取海关全球区域分布图
获取海关中国供应商交易
获取海关商家交易
获取海关商家交易(新)
获取海关公司详情
获取海关公司贸易趋势
获取海关公司进出口记录
获取海关公司贸易伙伴记录
获取海关公司HS编码记录
获取海关公司采供产品列表
获取海关公司贸易区域
获取海关公司贸易港口统计
(海关)智能搜邮(旧)
匹配公司名称的企业列表
匹配公司的联系人列表
tradewind-api-test
01 公开(无需鉴权)
GET /api/health
GET /api/metrics
GET Agentic cr/lang 对照 JSON
02 认证 auth
POST 注册
POST 登录
GET 当前用户 me
03 控制台 user(Bearer 填 jwt)
GET API Key 列表
POST 创建 API Key
PATCH 更新 API Key
DELETE API Key
GET BYOK 列表
POST BYOK 保存/覆盖
PATCH BYOK 启用开关
DELETE BYOK
GET Webhook 列表
POST 创建 Webhook
DELETE Webhook
POST Stripe 充值 Checkout
POST Stripe 账单门户
POST 确认 Checkout 入账
GET 访问日志
GET 消耗日志
GET 消耗日志详情
GET 监控总览
04 业务数据(Bearer 填 apiKey)
POST 公司搜索
POST 公司 enrich
POST 人员搜索
POST 人员 enrich
POST 邮箱验证 single
POST 邮箱验证 bulk_create
POST 邮箱验证 bulk_result
GET 邮箱批量任务结果
POST 海关 search
POST 海关 enrich
POST Agentic 创建任务
POST Agentic 任务列表
POST Agentic 任务明细
05 海关扩展 customs(Bearer apiKey)
GET 国家参考
POST companies/directory
POST companies/bulk-status
POST analytics/market-trend
POST analytics/world-regions
POST analytics/trader-network
POST analytics/cn-suppliers
POST analytics/trader-network-extended
POST companies/detail
POST companies/shipment-trend
POST companies/shipment-records
POST companies/partners
POST companies/hs-code-ranking
POST companies/product-keywords
POST companies/trade-areas
POST companies/port-statistics
POST companies/semantic-query
POST companies/match
POST companies/match-contacts
06 内部 admin(x-admin-token)
GET access-logs
GET access-logs/:id
GET usage-logs
GET usage-logs/:id
GET sources
GET sources/health
GET sources/:id
PUT sources/:id/priority
PUT sources/:id/active
POST sources/:id/refresh
POST alert-rules
tradewind-api-test
复制页面
03 控制台 user(Bearer 填 jwt)
控制台用户接口:Authorization 使用
JWT
(登录返回的
access_token
→ 变量
jwt
),
不是
tw_ API Key。
错误响应
:见
Collection 根节点
info.description
中「统一错误响应」;HTTP 状态码与
error.code
与
ApiExceptionFilter
、Swagger
ApiStandardErrorResponses
一致。
修改于
2026-04-18 17:51:40
上一页
GET 当前用户 me
下一页
GET API Key 列表