1. 04 业务数据(Bearer 填 apiKey)
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
      • POST 公司 enrich
        POST
      • POST 人员搜索
        POST
      • POST 人员 enrich
        POST
      • POST 邮箱验证 single
        POST
      • POST 邮箱验证 bulk_create
        POST
      • POST 邮箱验证 bulk_result
        POST
      • GET 邮箱批量任务结果
        GET
      • POST 海关 search
        POST
      • POST 海关 enrich
        POST
      • POST Agentic 创建任务
        POST
      • POST Agentic 任务列表
        POST
      • POST Agentic 任务明细
        POST
    • 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
  1. 04 业务数据(Bearer 填 apiKey)

POST 人员 enrich

POST
/api/people/enrich

请求参数

Header 参数

Body 参数application/json

示例
{
  "identity": {
    "first_name": "Jan",
    "last_name": "Shumate",
    "domain": "eastman.com"
  },
  "waterfall": {
    "mode": "first_match",
    "source_order": [
      "hunter",
      "snov",
      "apollo",
      "rocketreach"
    ],
    "byok": {
      "apollo_api_key": "<YOUR_APOLLO_KEY>",
      "hunter_api_key": "<YOUR_HUNTER_KEY>",
      "rocketreach_api_key": "<YOUR_ROCKETREACH_KEY>",
      "snov_client_id": "<YOUR_SNOV_CLIENT_ID>",
      "snov_client_secret": "<YOUR_SNOV_CLIENT_SECRET>"
    }
  }
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/people/enrich' \
--header 'Authorization: Bearer {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
  "identity": {
    "first_name": "Jan",
    "last_name": "Shumate",
    "domain": "eastman.com"
  },
  "waterfall": {
    "mode": "first_match",
    "source_order": [
      "hunter",
      "snov",
      "apollo",
      "rocketreach"
    ],
    "byok": {
      "apollo_api_key": "<YOUR_APOLLO_KEY>",
      "hunter_api_key": "<YOUR_HUNTER_KEY>",
      "rocketreach_api_key": "<YOUR_ROCKETREACH_KEY>",
      "snov_client_id": "<YOUR_SNOV_CLIENT_ID>",
      "snov_client_secret": "<YOUR_SNOV_CLIENT_SECRET>"
    }
  }
}'

返回响应

🟢200成功
application/json
Body

示例
{
  "success": true,
  "status": "completed",
  "request_id": "req_xxx",
  "person": {
    "id": "xf_p_a1b2c3d4e5",
    "first_name": "Jane",
    "last_name": "Doe",
    "current_title": "Engineer",
    "company_name": "Example Inc",
    "company_domain": "example.com",
    "company_website": "https://www.example.com",
    "company_linkedin_url": null,
    "location": {
      "city": "San Francisco",
      "country": "United States",
      "country_code": "US"
    },
    "emails": [
      {
        "email": "jane.doe@example.com",
        "type": "work",
        "status": "valid",
        "sources": [
          "apollo"
        ],
        "confidence": null
      }
    ],
    "phones": [
      {
        "number": "+1 415 555 0100",
        "type": "work"
      }
    ],
    "social_links": {
      "linkedin_url": "https://www.linkedin.com/in/janedoe"
    },
    "employment_history": [
      {
        "company_name": "Example Inc",
        "title": "Engineer",
        "start_date": "2020-01",
        "end_date": null,
        "is_current": true,
        "company_linkedin_url": null,
        "department": null,
        "description": null,
        "company_city": "San Francisco",
        "company_country_code": "US"
      }
    ],
    "education": [
      {
        "school": "Stanford University",
        "degree": "BS",
        "major": "Computer Science",
        "start": 2012,
        "end": 2016
      }
    ]
  },
  "meta": {
    "field_sources": {
      "first_name": "request",
      "last_name": "request",
      "company_domain": "request",
      "company_name": "request",
      "social_links": "request",
      "emails": "apollo",
      "phones": "rocketreach",
      "employment_history": "apollo",
      "education": "rocketreach",
      "location": "rocketreach"
    },
    "billing": {
      "total_credits_charged": 4,
      "platform_credits_charged": 4,
      "byok_used": false,
      "breakdown": [
        {
          "source": "apollo",
          "credits": 2
        },
        {
          "source": "rocketreach",
          "credits": 2
        }
      ]
    },
    "waterfall": {
      "mode": "first_match",
      "all_fields_filled": true,
      "total_latency_ms": 920,
      "async_pending": false,
      "sources_attempted": [
        "apollo",
        "rocketreach"
      ],
      "sources_skipped": [],
      "post_filtered": false
    }
  }
}
🟠400请求有误
🟠401未认证
🟠402需要付款
🟠403权限不足
🟠409冲突
🟠429请求过多
修改于 2026-04-19 17:55:15
上一页
POST 人员搜索
下一页
POST 邮箱验证 single
Built with