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

# POST /call/GetDataType

`POST /call/GetDataType`

## Request body

- object
  - `text` string, required
  - `__baml_options__` BamlOptions
    - `client_registry` object, required
      - `clients` ClientProperty[], required
        - `name` string, required
        - `provider` string, required
        - `options` object, required
      - `primary` string

## Response `200`

Successful operation

- RaysData
  - `dataType` 'Resume' | 'Event', required
  - `value` union, required
    - 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
    - Event
      - `date` string, required
      - `description` string, required
      - `location` string, required
      - `title` string, required

## Changes

> 52 revisions in range; 47 could not be searched.

- **2025-03-11** `e28c8736c70e` — 6 breaking, 1 warning, 7 info
  - the `value/oneOf[#/components/schemas/Resume]/education/items/` response's property type/format changed from `object`/`` to `string`/`` for status `200`
  - the `value/oneOf[#/components/schemas/Resume]/experience/items/` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - removed the required property `value/oneOf[#/components/schemas/Resume]/education/items/degree` from the response with the `200` status
  - removed the required property `value/oneOf[#/components/schemas/Resume]/education/items/institution` from the response with the `200` status
  - …10 more

[Change history](https://skmtc.dev/boundaryml/apis/baml-cli-serve/changes/call/GetDataType/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/3f3e2166cbf3/schema)
