---
title: "Onboarding Interests"
method: POST
path: "/onboarding/interests"
tags: ["onboarding"]
---

# Onboarding Interests

`POST /onboarding/interests`

Persist one onboarding run's interest picks to preferences and memory.

## Request body

- OnboardingInterestsRequest — `OnboardingInterestsRun` minus `at`, which the server stamps.
  - `run_id` string, uuid, required
  - `destinations` string[]
  - `country` string, nullable
  - `categories` string[]
  - `subcategories` string[]

## Response `200`

Successful Response

- OnboardingInterestsResponse
  - `run_id` string, uuid, required
  - `stored_runs` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/eb694aedc555/schema)
