---
title: "This creates a new thumbnail profile"
method: POST
path: "/thumbnail-profiles"
tags: ["Asset"]
---

# This creates a new thumbnail profile

`POST /thumbnail-profiles`

Creates a ThumbnailProfile resource.

## Request body

- ThumbnailProfileThumbnailProfileInputThumbnailProfileInputCreate
  - `id` string, nullable
  - `name` string, nullable
  - `height` integer, nullable
  - `width` integer, nullable
  - `operation` string, nullable
  - `fillingColor` string, nullable
  - `format` string, nullable

## Response `201`

ThumbnailProfile resource created

- ThumbnailProfileThumbnailProfileOutputThumbnailProfileOutput
  - `id` string
  - `name` string
  - `isSystem` boolean
  - `height` integer, nullable
  - `width` integer, nullable
  - `fillingColor` string, nullable
  - `format` string
  - `operation` string
  - `dateCreated` string, date-time, nullable — This is an ISO datetime
  - `dateModified` string, date-time, nullable — This is an ISO datetime

## Other responses

- `400` — Invalid input
- `422` — Unprocessable entity

---

[API](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/revisions/1641096abb34/schema)
