> ## 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 Overview

> Complete Pubrio REST API reference — endpoints for company and people enrichment, search, lookup, redeem, real-time monitors, and more.

The Pubrio REST API exposes the full B2B data graph powering the Pubrio platform — company and people search, enrichment, lookup, redeem, and real-time monitors. All endpoints share the same base URL and authentication scheme.

## Base URL

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

## Getting Started

<CardGroup cols={3}>
  <Card title="Authentication" icon="key" href="/en/api-reference/authentication">
    Authenticate requests with the `pubrio-api-key` header.
  </Card>

  <Card title="Rate Limits" icon="gauge" href="/en/api-reference/rate-limits">
    Per-endpoint and per-plan rate limits.
  </Card>

  <Card title="Status Codes" icon="circle-info" href="/en/api-reference/status-codes">
    HTTP responses, error codes, and retry guidance.
  </Card>
</CardGroup>

## Endpoint Groups

<CardGroup cols={2}>
  <Card title="Profile (Workspace)" icon="user" href="/en/api-reference/endpoint/profile/profile">
    Workspace profile, usage, and authenticated user details.
  </Card>

  <Card title="Enrichment" icon="sparkles" href="/en/api-reference/endpoint/companies/enrichment">
    Enrich company and people records with firmographic and contact data.
  </Card>

  <Card title="Search" icon="magnifying-glass" href="/en/api-reference/endpoint/companies/search">
    Search companies, people, jobs, news, and advertisements with rich filters.
  </Card>

  <Card title="Lookup" icon="binoculars" href="/en/api-reference/endpoint/companies/lookup">
    Direct lookup by company, person, job, news, technology, or LinkedIn URL.
  </Card>

  <Card title="Lookalike" icon="diagram-project" href="/en/api-reference/endpoint/companies/similar">
    Find similar companies and people based on a reference record.
  </Card>

  <Card title="Redeem" icon="envelope" href="/en/api-reference/endpoint/redeem/people">
    Reveal verified emails and phone numbers — single or batch.
  </Card>

  <Card title="LinkedIn" icon="link" href="/en/api-reference/endpoint/companies/linkedin_lookup">
    Lookup companies and people directly by LinkedIn URL.
  </Card>

  <Card title="Channels" icon="message" href="/en/api-reference/endpoint/channels/types/template_types">
    Manage outreach templates and channel types.
  </Card>

  <Card title="Monitor" icon="bell" href="/en/api-reference/endpoint/monitors/monitors">
    Real-time signal detection with automatic enrichment and webhook delivery.
  </Card>

  <Card title="Filters" icon="filter" href="/en/api-reference/endpoint/technologies/technologies">
    Reference values for technologies, locations, departments, verticals, and more.
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Developer Guides" icon="code" href="/en/developer-guides/introduction">
    Walkthroughs for monitors, webhooks, and filter conditions.
  </Card>

  <Card title="Knowledge Base" icon="book-open" href="/en/knowledge-base/introduction">
    Concepts, best practices, and integration case studies.
  </Card>
</CardGroup>
