---
title: "Onboarding Deck Picks"
method: POST
path: "/onboarding/deck-picks"
tags: ["onboarding"]
---

# Onboarding Deck Picks

`POST /onboarding/deck-picks`

Record which dealt cards a run saved, and which it skipped.

Nothing the product reads — the saves themselves are SavedItem rows the
client writes. This keeps the skips, which nothing else does.

## Request body

- OnboardingDeckPicksRequest
  - `run_id` string, uuid, required
  - `picks` CardPick[]
    - `destination` string, required
    - `place_id` string, required
    - `answer` 'save' | 'skip' | 'been_there', required
  - `variant` string, nullable

## Response `204`

Successful Response

## 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/00746572572a/schema)
