Reference / Changelog
Changelog
Notable changes to the Parse API. The response envelope is additive — fields are only ever added, never removed or renamed, so integrations keep working.
1.0
POST /v1/parse— synchronous parse. Send afileor asource_url(a pre-signed link); get clean markdown + instant contact fields.?full=truealso runs extraction inline.POST /v1/extract— structured extraction from parsed markdown into the 24-field candidate object, so a submit step never re-processes the CV.POST /v1/jobs— asynchronous parse with HMAC-signed, retried webhook delivery; the full result is available for 7 days.- Stable response envelope (
markdown/chunks/splits/metadata/instant_fields) and the 24-fieldcandidate_dataschema. - Interactive Try it console served on this domain.
- Turkish-first, diacritic-exact parsing; handles mixed Turkish/English CVs.
Building an integration? Start with the Quickstart and keep this page bookmarked for breaking-change notices (there won't be any that remove or rename a field).