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>"
}
'

Body

application/json
pubmed_id
integer
required
query
string
required

Response

Query result retrieved successfully