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

# Introduction

> API Endpoints

<Card title="AItrika Endpoints" icon="notes-medical" href="https://github.com/dSupertramp/AItrika/blob/main/docs/api-reference/openapi.json">
  View the OpenAPI specification file
</Card>

## Body

All API endpoints requires a PubMed ID.

```json theme={null}
{
    "pubmed_id": 23747889,
}
```

To query the document, pass the query:

```json theme={null}
{
    "pubmed_id": 23747889,
    "query": "Can you tell me more about this paper?"
}
```
