---
title: "Create new asset"
method: POST
path: "/assets"
tags: ["Asset Management"]
---

# Create new asset

`POST /assets`

Creates a new asset.

## Request body

- AssetCreate — Asset without id which is server-generated.
  - `user_id` string, uuid
  - `title` string, required
  - `creator` string
  - `subject` string
  - `description` string

## Response `201`

Created

- Asset
  - `id` string, uuid, required
  - `user_id` string, uuid
  - `title` string, required
  - `creator` string
  - `subject` string
  - `description` string

## Other responses

- `400` — Missing Required Information

---

[API](https://skmtc.net/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api.md) · [All operations](https://skmtc.net/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pai-os/personal-artificial-intelligence-operating-system-pai-os-api/revisions/3c144b366e19/schema)
