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

# API Overview

> RateXAI Scoring API endpoint and authentication

## API Endpoint

```http theme={null}
POST https://n8n.value8.dev/webhook/scoring-api.ratex.ai
```

## Authentication

Required headers:

```http theme={null}
X-API-Key: YOUR_API_KEY
Content-Type: application/json
```

## Overview

RateXAI Scoring API delivers Pre-TGE and Post-TGE token ratings powered by the RXAI Model. Each request runs an automated research pipeline that aggregates, normalizes, and cross-validates signals from 1,000+ sources — combining RateXAI BigData with external feeds (market data, on-chain explorers, tokenomics/unlocks, protocol analytics, GitHub/dev activity, news/media, social and ecosystem signals).

## Analysis Types

| Type     | Value       | Description                                                 |
| -------- | ----------- | ----------------------------------------------------------- |
| Post-TGE | `"posttge"` | For tokens already listed on exchanges and actively trading |
| Pre-TGE  | `"pretge"`  | For projects before token launch or TGE                     |

## Output Formats

| Format   | Value        | Description                                 |
| -------- | ------------ | ------------------------------------------- |
| Minimal  | `"minimal"`  | Quick rating summary                        |
| Standard | `"standard"` | Key sections with scoring breakdown         |
| Full     | `"full"`     | Complete report with all sections (default) |
