> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pubrio.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pubrio API 概览

> 完整的 Pubrio REST API 参考 — 公司与人员丰富、搜索、查询、兑换、实时监控等端点。

Pubrio REST API 提供驱动平台的市场扩张情报图谱——实时捕捉企业进入新市场的信号，以及其底层的公司与人员数据：搜索、数据丰富、查询、兑换以及实时监控。所有端点共享相同的基础 URL 和认证方式。

## 基础 URL

```
https://api.pubrio.com
```

## 入门

<CardGroup cols={3}>
  <Card title="认证" icon="key" href="/cn/api-reference/authentication">
    使用 `pubrio-api-key` 请求头对请求进行身份验证。
  </Card>

  <Card title="速率限制" icon="gauge" href="/cn/api-reference/rate-limits">
    各端点与各订阅计划的速率限制。
  </Card>

  <Card title="状态码" icon="circle-info" href="/cn/api-reference/status-codes">
    HTTP 响应、错误代码与重试指南。
  </Card>
</CardGroup>

## 端点分组

<CardGroup cols={2}>
  <Card title="个人资料（工作空间）" icon="user" href="/cn/api-reference/endpoint/profile/profile">
    工作空间资料、使用情况和已认证用户的详细信息。
  </Card>

  <Card title="数据丰富" icon="sparkles" href="/cn/api-reference/endpoint/companies/enrichment">
    使用企业图谱与联系信息丰富公司和人员记录。
  </Card>

  <Card title="搜索" icon="magnifying-glass" href="/cn/api-reference/endpoint/companies/search">
    通过丰富的筛选条件搜索公司、人员、职位、新闻和广告。
  </Card>

  <Card title="查询" icon="binoculars" href="/cn/api-reference/endpoint/companies/lookup">
    通过公司、人员、职位、新闻、技术或 LinkedIn URL 直接查询。
  </Card>

  <Card title="相似" icon="diagram-project" href="/cn/api-reference/endpoint/companies/similar">
    基于参考记录查找相似的公司和人员。
  </Card>

  <Card title="兑换" icon="envelope" href="/cn/api-reference/endpoint/redeem/people">
    揭示已验证的电子邮件和电话号码 — 单条或批量。
  </Card>

  <Card title="LinkedIn" icon="link" href="/cn/api-reference/endpoint/companies/linkedin_lookup">
    通过 LinkedIn URL 直接查询公司和人员。
  </Card>

  <Card title="渠道" icon="message" href="/cn/api-reference/endpoint/channels/types/template_types">
    管理外联模板与渠道类型。
  </Card>

  <Card title="监控" icon="bell" href="/cn/api-reference/endpoint/monitors/monitors">
    实时信号检测，自动数据丰富并通过 Webhook 投递。
  </Card>

  <Card title="筛选器" icon="filter" href="/cn/api-reference/endpoint/technologies/technologies">
    技术、地区、部门、垂直行业等参考值。
  </Card>
</CardGroup>

## 下一步

<CardGroup cols={2}>
  <Card title="开发者指南" icon="code" href="/cn/developer-guides/introduction">
    监控、Webhook 与筛选条件的实战教程。
  </Card>

  <Card title="知识库" icon="book-open" href="/cn/knowledge-base/introduction">
    概念、最佳实践与集成案例研究。
  </Card>
</CardGroup>
