All tools
OpenAlex
The open index of scholarly work: search 250M+ papers by topic, with authors, venue, year, citation counts, DOI and open-access links.
Search papers
/paperssync$0.01 / call
Finds academic papers matching a query, ranked by relevance. Returns title, authors, venue, year, citations, DOI and an open-access PDF link when one exists. Optionally restrict to a year range.
Input
| Field | Type | Required | Description |
|---|---|---|---|
| query | string | yes | Topic or title words. |
| fromYear | integer | — | Earliest publication year. |
| limit | integer | — | Max papers (default 10). |
Run it
curl -s https://sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"openalex","endpoint":"/papers","input":{"query":"retrieval augmented generation evaluation","fromYear":2023,"limit":5}}'