The playground
Try any of 919 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/dev-utils/v1/batch1 credit
Run up to 100 mixed dev-utils calls in one request.
Working example
Parameters
Up to 100 items, each {action, params}. Items run independently — a bad item yields its own error entry, never fails the batch.
request preview
curl -X POST https://api.reefapi.com/dev-utils/v1/batch \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"items":"[{\"action\":\"hash\",\"params\":{\"input\":\"abc\",\"algo\":\"md5\"}},{\"action\":\"base_convert\",\"params\":{\"input\":\"1010\",\"from_base\":2}},{\"action\":\"encode\",\"params\":{\"input\":\"x\",\"op\":\"nope\"}}]"}'Hit Send to run this endpoint live.