CorrectVCF

Usage

Loading usage…

API Keys

No keys yet. Create your first one.

Using the API

Free tier — validate

Send your vCard as raw text or as a file upload.

curl https://api.correctvcf.com/api/validate-vcf \
  -H "Content-Type: text/vcard" \
  --data-binary @contacts.vcf

Pro tier — validate + autofix

Returns a repaired VCF and a list of changes.

curl -X POST https://api.correctvcf.com/api/autofix-vcf \
  -H "Content-Type: text/vcard" \
  --data-binary @contacts.vcf