Skip to main content
POST
Upload Component Asset

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID
componentId
string
required
Component ID

Request

Content-Type: multipart/form-data
file
file
required
Asset file to upload
metadata
string
JSON string with asset metadata
tags
string[]
Array of tags for categorization

Response

Returns the created Asset object.

Error Responses

File Too Large

Unsupported File Type

Code Examples