Upload Asset Contents

Upload the asset contents.

Path parameters

asset_idstringRequiredformat: "uuid4"

Request

This endpoint expects an object.
mime_typestringRequired

MIME type of the asset content (e.g., ‘image/png’).

contentsstringRequired

Base64-encoded string representing the asset contents.

Response

Successful Response
asset_idstringformat: "uuid4"
Unique identifier of the uploaded asset.
referencestring
Internal reference string pointing to the stored asset.

Errors