Skip to main content
PUT
Stream media upload

Authorizations

Authorization
string
header
required

JWT token obtained from /api/auth/token endpoint. Token is verified using JWKS and must include a valid user identifier.

Path Parameters

projectId
string<uuid>
required

Query Parameters

filename
string

Original filename; used to derive the extension.

Body

application/octet-stream

Raw image or video bytes.

The body is of type file.

Response

Media staged

success
boolean
required
data
object
required