Parse Resume
Resumes
Parse Resume
Parse a previously uploaded resume into structured fields.
POST
Parse Resume
Parse a resume you’ve already stored via Upload Resume. Parsing extracts structured fields (personal info, experience, skills, etc.) and writes them onto the resume record, flipping its
status to "parsed".
The typical flow is upload → parse → use _id as artifact_id. (The Python SDK’s resumes.upload_and_parse performs the upload and parse in a single step.)
Endpoint
Authentication
Your Hirebase API key. Required — this is an always-authenticated endpoint.
Path Parameters
The
_id returned by Upload Resume.Request
No request body is required.Response
Returns the same resume record as Upload Resume, now withstatus: "parsed" and parsed_data populated. The parsed structure matches the resume object documented on the Embed Resume page.
Resume record id (use this value as the
artifact_id downstream).Owner of the record.
Stored file URL.
Structured resume fields. Same shape as the
resume object on Embed Resume.Now
"parsed".Creation timestamp (ISO 8601).
Last-updated timestamp (ISO 8601).