---
title: "Upload Workspace Asset"
method: POST
path: "/workspaces/{workspace_id}/assets"
tags: ["assets"]
---

# Upload Workspace Asset

`POST /workspaces/{workspace_id}/assets`

## Path parameters

- `workspace_id` string, uuid, required

## Response `200`

Successful Response

- AssetUploadResponse
  - `asset_id` string, required
  - `url` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/useauxos/apis/auxos.md) · [All operations](https://skmtc.dev/useauxos/apis/auxos/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/useauxos/auxos/revisions/2f853c0b59f4/schema)
