v1

latestOpenAPI 3.1.1MIT2026-07-26661140.3 KB
AI

Parse a DOCX file into resume data

Extracts structured resume data from a DOCX or DOC file using the specified AI provider. The file should be sent as a base64-encoded string along with AI provider credentials and the document's media type. Returns a complete ResumeData object. Requires authentication.

post/ai/parse-docx

Request body

aiProviderIdstring
mediaType'application/msword' | 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' required

Response

The DOCX was successfully parsed into structured resume data.

{"stackTrail":"paths:/ai/parse-docx:post:responses:200:content:application/json:schema:anyOf","oasType":"schema","type":"unknown"}