---
title: "Create new profile"
method: POST
path: "/profile"
tags: ["Profiles"]
---

# Create new profile

`POST /profile`

Creates a new video player profile for the authenticated user

## Request body

- CreateProfileRequest
  - `name` string, required
  - `exclusive` boolean

## Response `201`

Profile created successfully

- object
  - `data` ProfileCreated
    - `id` string, uuid
    - `name` string
  - `message` string

## Other responses

- `400` — Bad request - Invalid input parameters
- `401` — Unauthorized - Invalid or missing authentication
- `500` — Internal server error

---

[API](https://skmtc.net/pandavideo/apis/api-v2.md) · [All operations](https://skmtc.net/pandavideo/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandavideo/api-v2/revisions/4fbd3c623ca9/schema)
