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

# Parse a PDF file into resume data

`POST /ai/parse-pdf`

Extracts structured resume data from a PDF file using the specified AI provider. The file should be sent as a base64-encoded string along with AI provider credentials. Returns a complete ResumeData object. Requires authentication.

## Request body

- object
  - `aiProviderId` string
  - `file` object, required
    - `name` string, required
    - `data` string, required

## Response `200`

The PDF 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)
