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/vcard1 credit
Build a vCard (.vcf) contact file from contact fields (vCard 3.0 or 4.0). Returns the raw.vcf text + a base64 data-URI you can download or encode into a QR.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/generate/v1/vcard \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"full_name":"Jane Doe","email":"[email protected]","phone":"+15550100"}'Hit Send to run this endpoint live.