---
title: "Update Marketing Character Selection"
method: PATCH
path: "/api/onboarding/marketing/character"
---

# Update Marketing Character Selection

`PATCH /api/onboarding/marketing/character`

Persist the selected library character for marketing onboarding.

## Request body

- UpdateMarketingCharacterSelectionRequest — Request schema for choosing a character during marketing onboarding.
  - `selectedCharacterId` string, nullable

## Response `200`

Successful Response

- MarketingScanStatusResponse — Response schema for marketing website scan status
  - `success` boolean
  - `status` string, required
  - `productWebsiteUrl` string, nullable
  - `error` string, nullable
  - `productDescription` string, nullable
  - `productImageUrls` string[]
  - `productOrgAssetIds` string[]
  - `productSummaryJson` object, nullable
  - `selectedCharacterId` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
