---
title: "Create an asset for the authenticated consumer"
method: POST
path: "/api/v4/me/assets"
tags: ["Profiles"]
---

# Create an asset for the authenticated consumer

`POST /api/v4/me/assets`

Uploads a new asset and attaches it to the authenticated consumer's profile. Supply asset metadata in the `asset` form field and the file content in the `file` form field.

## Response `200`

Successful response

- AssetResponse
  - `data_type` 'PRIVATE' | 'PUBLIC', required
  - `filename` string, required
  - `id` string, required
  - `mime_type` string, required
  - `name` string, required
  - `status` 'APPROVED' | 'DENIED' | 'PENDING_REVIEW', required
  - `tags` string[], required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
