---
title: "Add data product assets"
method: POST
path: "/api/v1/products/assets/{id}"
tags: ["products"]
---

# Add data product assets

`POST /api/v1/products/assets/{id}`

Manually add assets to a data product

## Path parameters

- `id` string, required

## Request body

- AddDataProductAssetsRequest
  - `asset_ids` string[], required

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/marmotdata/apis/marmot-api.md) · [All operations](https://skmtc.dev/marmotdata/apis/marmot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/marmotdata/marmot-api/revisions/0bd802afff21/schema)
