[1bdb11]: / docs / api-reference / introduction.mdx

Download this file

32 lines (25 with data), 487 Bytes

---
title: 'Introduction'
description: '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
{
    "pubmed_id": 23747889,
}
```
To query the document, pass the query:
```json
{
    "pubmed_id": 23747889,
    "query": "Can you tell me more about this paper?"
}
```