---
title: "Race Recommendations"
method: POST
path: "/onboarding/race-recommendations"
tags: ["onboarding"]
---

# Race Recommendations

`POST /onboarding/race-recommendations`

Stream race recommendations as NDJSON.

Accepts text, audio (transcribed), or neither. Location is resolved
from the request IP via ipgeolocation.io (cached in Valkey); failures
fall back to ``None`` and the agent runs without a country bias.

## Query parameters

- `user_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/imperfect/apis/imperfect-api.md) · [All operations](https://skmtc.dev/imperfect/apis/imperfect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/imperfect/imperfect-api/revisions/55d56c4beab4/schema)
