---
title: "Creates a new active thumbnail personalization configuration for a universe. This deactivates the current active configuration, and the new configuration starts its own statistics."
method: POST
path: "/thumbnail-personalization-api/v1/universes/{universeId}/personalization/create"
tags: ["Thumbnail Personalization"]
---

# Creates a new active thumbnail personalization configuration for a universe. This deactivates the current active configuration, and the new configuration starts its own statistics.

`POST /thumbnail-personalization-api/v1/universes/{universeId}/personalization/create`

## Path parameters

- `universeId` integer, required

## Request body

- CreateThumbnailPersonalizationRequest — The request to create a thumbnail personalization configuration.
  - `homepageThumbnailIds` string[], required — The homepage thumbnail identifiers to include in the configuration. Up to five are supported.

## Response `200`

Success

- string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server Error

## Changes

- **2026-09-03** `d9b4ae8b3380` — 6 breaking
  - request body became required
  - the response's body type changed from `object` to `string` for status `200`
  - the response's body type changed from `object` to `string` for status `400`
  - the response's body type changed from `object` to `string` for status `401`
  - …2 more

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/thumbnail-personalization-api/v1/universes/:universeId/personalization/create/post.md)

---

[API](https://skmtc.dev/roblox/apis/roblox-api.md) · [All operations](https://skmtc.dev/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc.dev/roblox/apis/roblox-api/revisions/3fe4a685dcbc?raw)
