Skip to main content
POST
/
abstract
Get abstract of a PubMed article
curl --request POST \
  --url https://api.example.com/abstract \
  --header 'Content-Type: application/json' \
  --data '
{
  "pubmed_id": 123
}
'
{}

Body

application/json
pubmed_id
integer
required

Response

Abstract retrieved successfully