The playground

Try any of 1042 endpoints — live.

Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.

Playground demo key · api.reefapi.com
post/academic/v1/batch2 credits

hydrate up to 200 papers by id/DOI in one call (RAG/ETL)

Parameters

Up to 200 paper ids/DOIs to hydrate (list or comma-separated).

Include reconstructed abstracts in the hydrated rows (default false for batch).

Max records (1-200, default 100); clamped. (1–200)

request preview
curl -X POST https://api.reefapi.com/academic/v1/batch \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{}'

Hit Send to run this endpoint live.