---
title: "Save uploaded file to existing asset"
method: POST
path: "/api/v4/media/{id}/save/{importId}"
tags: ["Step 6 OR Save uploaded file to existing asset"]
---

# Save uploaded file to existing asset

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

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

- `id` string, required
- `importId` string, required

## Response `201`

Created

- unknown

---

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