Skip to main content
POST
/
query
Query a PubMed article
curl --request POST \
  --url https://api.example.com/query \
  --header 'Content-Type: application/json' \
  --data '
{
  "pubmed_id": 123,
  "query": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://aitrika.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
pubmed_id
integer
required
query
string
required

Response

Query result retrieved successfully