← Back to catalog
education.arxiv_search
mock data$0.002 / callarXiv Search
Search 2.4M+ preprints in physics, math, CS, biology, and more — full text, authors, categories, PDF links (arXiv)
Input schema
sort
stringSort order for results. Default: "relevance".
limit
integerNumber of results to return (1-50). Default: 10.
queryrequired
stringSearch text for preprints (e.g. "transformer architecture", "quantum computing").
author
stringAuthor name to filter by (e.g. "Vaswani", "Hinton").
category
stringarXiv category filter (e.g. "cs.AI", "math.CO", "physics.hep-th", "q-bio.GN").
Call via REST
curl -X POST https://unifyapi.pro/api/call/education.arxiv_search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"sort":"<sort>","limit":0,"query":"<query>","author":"<author>","category":"<category>"}'