Usage
Loading usage…
API Keys
Copy your new key
Store this secret now — you will not be able to view it again.
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 Recent History
Run a validation to see your latest result here.