---
title: "Attach an asset to a project"
method: POST
path: "/v2/projects/{id}/assets"
tags: ["Projects"]
---

# Attach an asset to a project

`POST /v2/projects/{id}/assets`

Links an existing organization asset to a project so project-scoped asset reads can find it. Re-sending the same asset revives a detached link and updates only the link timestamp metadata, leaving its original createdAt unchanged.

## Path parameters

- `id` string, required

## Request body

- AttachProjectAssetDto
  - `assetId` string, uuid, required

## Response `204`

Asset attached to the project

## Other responses

- `404` — Project or asset not found
- `422` — API key has no owner to resolve user-scoped projects

---

[API](https://skmtc.dev/sync/apis/sync-api-v2.md) · [All operations](https://skmtc.dev/sync/apis/sync-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sync/sync-api-v2/revisions/595901a0ee97/schema)
