---
title: "Create asset usage"
method: POST
path: "/api/media/usage"
tags: ["Asset Usage"]
---

# Create asset usage

`POST /api/media/usage`

Create a new asset usage entry.

## Response `200`

Successful response

- object
  - `id` string
  - `uri` string
  - `additional` string
  - `asset_id` string
  - `timestamp` string, date-time
  - `integration` object
    - `id` string
    - `description` string

## Other responses

- `400` — Invalid request

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
