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

# Introduction

> Send letters, telegrams, e-Carta, registered e-mails and WhatsApp messages through one API.

The **Escrybe API** lets you dispatch physical and digital correspondence
programmatically through Brazilian Correios and WhatsApp, with legal
traceability and certified timestamps.

<CardGroup cols={2}>
  <Card title="Letters & Telegram" icon="envelope" href="/en/products/letters">
    Simple and registered letters, AR, telegrams, mala direta, Sedex and e-Carta.
  </Card>

  <Card title="Registered E-mail" icon="at" href="/en/products/email">
    Legally registered e-mails with delivery and open tracking.
  </Card>

  <Card title="WhatsApp" icon="whatsapp" href="/en/products/whatsapp">
    Template messages with certified timestamps and sender fallback.
  </Card>

  <Card title="Receipts" icon="receipt" href="/en/products/receipts">
    Download a legal receipt PDF for any order.
  </Card>
</CardGroup>

## Base URL

All endpoints live under:

```
https://app.escrybe.com.br
```

A staging environment is available at `https://homolog.escrybe.com.br`.

## How it works

<Steps>
  <Step title="Get your token">
    Grab your `securityToken` from the panel under **My Settings → API access**.
  </Step>

  <Step title="Authenticate">
    Send the token with every request — see [Authentication](/en/authentication).
  </Step>

  <Step title="Create an order">
    Call the relevant `post` endpoint. Orders are charged against your credits
    (or invoiced).
  </Step>

  <Step title="Track it">
    Poll the matching `get` endpoint for status and tracking updates.
  </Step>
</Steps>

<Note>
  Many request and response field names are in Portuguese because they map
  directly to the underlying Correios and platform data model.
</Note>
