---
title: "Add metaproperty options"
method: POST
path: "/api/media/options"
tags: ["Media options"]
---

# Add metaproperty options

`POST /api/media/options`

These calls allow you to change the metaproperty options attached to an asset.

## Request body

- object
  - `asset_id` string
  - `metaproperty_id` string
  - `metaproperty_option_ids` string[]

## Response `201`

Created

- object
  - `message` string
  - `statuscode` integer

## Other responses

- `403` — Access denied
- `404` — Not Found

---

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