---
title: "Save as a new asset"
method: POST
path: "/api/v4/media/save/{importId}"
tags: ["Step 6 EITHER Save as a new asset"]
---

# Save as a new asset

`POST /api/v4/media/save/{importId}`

For metaproperties that use options (Select, Select2, Autocomplete), modifying an asset's metaproperty options should be done via option UUID's for the API to work optimally, sending name or label values will be deprecated in the future. Other metaproperties (Date, Text and Longtext), values can be submitted directly. Be aware that the endpoints described in Step 6 are an Either/Or choice. You should use either the `Save as a new asset` endpoint to save the uploaded file as a new asset, or the `Update existing asset` endpoint to update an existing asset with the uploaded file.

## Path parameters

- `importId` string, required

## Headers

- `Content-Type` 'application/x-www-form-urlencoded', required

## Response `201`

Created

- unknown

## Other responses

- `303` — Import not converted yet, please poll
- `400` — Bad Request
- `403` — Access denied
- `404` — Not Found
- `500` — Internal Server Error

---

[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/versions/bb9efc864ce1/schema)
