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

# POST /call/PredictAgeBare

`POST /call/PredictAgeBare`

## Request body

- object
  - `inp` 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

- object
  - `value` integer, required
  - `checks` object, required
    - `too_big` Check, required
      - `name` string, required
      - `expr` string, required
      - `status` string

## Changes

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

- **2025-03-11** `e28c8736c70e` — 3 breaking, 1 warning, 2 info
  - the `checks/too_big` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `checks/too_big/expr` from the response with the `200` status
  - removed the required property `checks/too_big/name` from the response with the `200` status
  - removed the optional property `checks/too_big/status` from the response with the `200` status
  - …2 more

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