---
title: "Parse a DOCX file into resume data"
method: POST
path: "/ai/parse-docx"
tags: ["AI"]
---

# Parse a DOCX file into resume data

`POST /ai/parse-docx`

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.

## Request body

- object
  - `aiProviderId` string
  - `file` object, required
    - `name` string, required
    - `data` string, required
  - `mediaType` 'application/msword' | 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', required

## Response `200`

The DOCX was successfully parsed into structured resume data.

- unknown

## Other responses

- `400` — 400
- `502` — 502

---

[API](https://skmtc.net/rxresu/apis/reactive-resume.md) · [All operations](https://skmtc.net/rxresu/apis/reactive-resume/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rxresu/reactive-resume/revisions/68d25b21f805/schema)
