---
title: "POST /api/onboarding/suggest-first-story"
method: POST
path: "/api/onboarding/suggest-first-story"
tags: ["Onboarding"]
---

# POST /api/onboarding/suggest-first-story

`POST /api/onboarding/suggest-first-story`

## Request body

- object
  - `fascinations` string
  - `rightSwipedCandidates` object[]
    - `title` string, required
    - `subtitle` string, required

## Response `200`

OK

- object
  - `storyId` string, required
  - `title` string, required
  - `subtitle` string, required
  - `stickerImageUrl` string, nullable, required
  - `segmentCount` integer, required

---

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