---
title: "POST /assets"
method: POST
path: "/assets"
tags: ["Assets"]
---

# POST /assets

`POST /assets`

Create a new asset

## Request body

- AssetPost
  - `active` boolean
  - `classification_code` string
  - `code` string, required
  - `media_url` string, required

## Response `200`

Success

- object
  - `success` boolean, required
  - `data` object
    - `code` string
    - `classification_code` string
    - `location` string

---

[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)
