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 ICS as raw text or as a file upload.
curl https://api.correctics.com/api/validate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: text/plain" \
--data-binary @calendar.ics Pro tier — validate + autofix
Returns a repaired ICS and a list of changes.
curl "https://api.correctics.com/api/validate?autofix=1" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: text/plain" \
--data-binary @calendar.ics Recent History
Run a validation to see your latest result here.