The playground

Try any of 1462 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/generate/v1/ical1 credit

Build an iCalendar (.ics) event file from event fields (RFC 5545). Supports timed or all-day events, end-time or duration, location, description, organizer. Returns the raw.ics + a base64 data-URI.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/generate/v1/ical \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"summary":"Standup","start":"2026-07-01T15:00:00Z","duration_minutes":"30"}'

Hit Send to run this endpoint live.