---
title: "Create Asset"
method: POST
path: "/api/v1/assets"
tags: ["assets"]
---

# Create Asset

`POST /api/v1/assets`

## Headers

- `X-Api-Key` string, required
- `X-Workspace-Id` string

## Request body

- object
  - `asset_type_id` integer, required
  - `form_fields` ApiV1AssetsPostRequestBodyContentApplicationJsonSchemaFormFields, required
  - `image_id` integer

## Response `200`

Successful response

- AssetsPostapiV1AssetsResponse200 — Empty response body

---

[API](https://skmtc.net/atomicwork/apis/atomicwork-public-api.md) · [All operations](https://skmtc.net/atomicwork/apis/atomicwork-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atomicwork/atomicwork-public-api/revisions/2e7047b35062/schema)
