The playground

Try any of 1536 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/sam-gov/v1/attachments1 credit

The documents attached to a notice — the statement of work, the pricing sheet, the Q&A, the amendment. Returns each file's name, MIME type, size, posting date and a direct public download URL. The real requirement usually lives in these PDFs, not in the notice body.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/sam-gov/v1/attachments \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"id":"ffabe21b876649d2a1669edb4858cd48"}'

Hit Send to run this endpoint live.

Playground · ReefAPI