---
title: "POST /call/ExtractResume2"
method: POST
path: "/call/ExtractResume2"
---

# POST /call/ExtractResume2

`POST /call/ExtractResume2`

## Request body

- object
  - `resume` string, required
  - `__baml_options__` BamlOptions
    - `client_registry` ClientRegistry, required — unresolved $ref

## Response `200`

Successful operation

- Resume
  - `education` Education[], required
    - `degree` string, required
    - `graduation_date` string
    - `institution` string, required
    - `location` string, required
    - `major` string[], required
  - `email` string, required
  - `experience` string[], required
  - `name` string, required
  - `phone` string, required
  - `skills` string[], required

## Changes

- **2025-06-19** `a0c7a2bb989d` — 2 breaking, 2 warning
  - the request property `__baml_options__/client_registry` became required
  - the `__baml_options__/client_registry` request property type/format changed from `object`/`` to ``/``
  - removed the request property `__baml_options__/client_registry/clients`
  - removed the request property `__baml_options__/client_registry/primary`
- **2025-03-15** `84ea1c2f6b8c` — 6 breaking, 1 warning, 5 info
  - the `education/items/` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - the `experience/items/` response's property type/format changed from `object`/`` to `string`/`` for status `200`
  - removed the required property `experience/items/degree` from the response with the `200` status
  - removed the required property `experience/items/institution` from the response with the `200` status
  - …8 more
- **2025-03-11** `e28c8736c70e` — 6 breaking, 1 warning, 7 info
  - the `education/items/` response's property type/format changed from `object`/`` to `string`/`` for status `200`
  - the `experience/items/` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - removed the required property `education/items/degree` from the response with the `200` status
  - removed the required property `education/items/institution` from the response with the `200` status
  - …10 more

[Change history](https://skmtc.dev/boundaryml/apis/baml-cli-serve/changes/call/ExtractResume2/post.md)

---

[API](https://skmtc.dev/boundaryml/apis/baml-cli-serve.md) · [All operations](https://skmtc.dev/boundaryml/apis/baml-cli-serve/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/boundaryml/baml-cli-serve/revisions/cd3c7cd71bee/schema)
