ConsoleCatalog
Sign in
JAMA Network logo

JAMA Network

jamanetwork.comResearchno auth

Medical article search, specialties, journals, abstracts, and DOIs.

DOI Resolution

ASYNCWRITENo auth

Resolves DOI strings to canonical article URLs, returning a DOI-to-URL mapping.

ParametersFormJSON

Comma-separated list of DOI strings to resolve to article URLs

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_jamanetwork_citation_doi_resolve",
    "params": {
      "dois": "10.1001/jamanetworkopen.2025.46332,10.1001/jamanetworkopen.2019.19099"
    }
  }'