Skip to main content
POST
Upload media for an asset
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Asset ID

Body

multipart/form-data
file
file

Response

Media uploaded successfully

message
string
Example:

"Media added successfully"

asset
object