Playground

Test the Papers API live and generate ready-to-use client code.

Quick examples:
Request Builder
API Key for live test requests
This key is only used for requests made from this browser tab. Never sent to any third party.
Equivalent cURL (safe — uses placeholder)
curl "https://scholarxiv.com/api/v1/papers/search?q=large+language+models&page=0&limit=10" \
  -H "Authorization: Bearer $SCHOLARXIV_API_KEY"
Response
Send a request to see live results here.
Results and pagination from the Papers API will appear above.
Code examples
Snippets update as you change the form. Keys are never embedded.
curl "https://scholarxiv.com/api/v1/papers/search?q=large+language+models&page=0&limit=10" \
  -H "Authorization: Bearer $SCHOLARXIV_API_KEY"
Store your key in SCHOLARXIV_API_KEY (or use the exact same header pattern shown in the docs).