Parse a DOCX file into resume data
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
Parse a DOCX file into resume data
Authorizations
The API key to authenticate requests.
Body
application/json
Available options:
openai, anthropic, gemini, vercel-ai-gateway, openrouter, ollama Minimum string length:
1Minimum string length:
1Available options:
application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document Response
The DOCX was successfully parsed into structured resume data.
The response is of type any.