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

# Rushed API Documentation

> News intelligence API for the financial market. Real-time classification, sentiment analysis, market impact scoring, entity extraction, and bilingual feeds.

# Welcome to Rushed.

Rushed is a news intelligence API built for the financial market. We scan 150+ sources every minute, classify every story with AI, and deliver exactly what's relevant — to the right person, at the right moment.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get your API key and fetch your first article in 5 minutes.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore all 11 endpoints with the interactive playground.
  </Card>

  <Card title="Include Fields" icon="sliders" href="/guides/include-fields">
    Control what data you get back — sentiment, entities, scoring, and more.
  </Card>

  <Card title="Authentication" icon="lock" href="/guides/authentication">
    API keys, scopes, rate limits, and key rotation.
  </Card>
</CardGroup>

## What you get

Every article processed by Rushed includes base fields by default. Request additional enrichment modules via the `include` parameter.

| Feature                   | Description                                                | Plan    |
| ------------------------- | ---------------------------------------------------------- | ------- |
| **AI Classification**     | 25 sectors, 28 topics, 7 content types, 4 urgency levels   | Starter |
| **Bilingual Translation** | Every article translated PT/EN with editorial tone         | Starter |
| **Sentiment Analysis**    | 5 levels with confidence scores                            | Pro     |
| **Market Impact**         | 4 dimensions: level, horizon, scope, confidence            | Pro     |
| **5D Scoring**            | Source, depth, exclusivity, financial impact, type (0–100) | Pro     |
| **Entity Extraction**     | 10 entity types with prominence and per-entity sentiment   | Pro     |

## Base URL

```
https://worker.rushed.com.br
```

## Authentication

All endpoints require an API key via the `X-API-Key` header:

```bash theme={null}
curl https://worker.rushed.com.br/api/articles \
  -H "X-API-Key: rsh_live_xxxxxxxxxxxxxxxxxxxx"
```

Get your key from the [Rushed Dashboard](https://dash.therushed.com.br/api-keys).

## Company

|                          |                                                                   |
| ------------------------ | ----------------------------------------------------------------- |
| **Parent Company**       | Rushed USA Inc. (Delaware, USA)                                   |
| **Brazilian Subsidiary** | Rushed Brasil (CNPJ: 57.632.639/0001-07)                          |
| **API Base URL**         | `https://worker.rushed.com.br`                                    |
| **Website**              | [therushed.com.br](https://therushed.com.br)                      |
| **Support**              | [institucional@rushed.com.br](mailto:institucional@rushed.com.br) |

<Note>
  Rushed is a registered trademark of Rushed USA Inc. All rights reserved.
</Note>
