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.
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.
Full display name (or supply first_name/last_name).
Given name.
Family name.
Company/organization.
Job title.
Phone number(s) — string or array.
Email address(es) — string or array.
Website URL(s) — string or array.
Postal address (single line).
Free-text note.
Birthday (YYYY-MM-DD).
vCard spec version (3.0 = widest compatibility, 4.0 = modern).
Also return a scannable PNG QR of the vCard (add-to-contacts).
curl -X POST https://api.reefapi.com/asset-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.