Free CV to JSON Parser

Upload a CV and run the equivalent of a basic POST /v1/parse API call from file input. This public tool uses base parsing only and returns the same JSON shape as the API.

Equivalent API call
This demo sends a multipart POST request to the parser API using a public service-user API key.

Create parse request

curl -X POST https://api.theresumeparser.com/v1/parse \
  -H "Authorization: Bearer trp_****************" \
  -F "[email protected]" \
  -F 'config={
    "extract": { "type": "file" },
    "parse": { "model_tier": "basic" }
  }'

Get parse request

curl -X GET https://api.theresumeparser.com/v1/parse/{request_id} \
  -H "Authorization: Bearer trp_****************"
Upload CV
Select a PDF, DOCX, TXT, or Markdown file.

Drop a CV here

Or select a file from your local folder.

Select a file to start.