ConsoleCatalog
Sign in
Semantic Scholar logo

Semantic Scholar

semanticscholar.orgResearchno auth

Papers, citations, TLDR summaries, and author profiles.

Author Details

ASYNCREADNo auth

Returns an author profile with h-index, citation count, homepage, and optionally their papers.

ParametersFormJSON

Semantic Scholar author ID. e.g. "1741101"

Fetch author's papers

cost: 1 credit · 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": "ss_author_details",
    "params": {
      "author_id": "1741101"
    }
  }'