Skip to main content
POST
Initialize Multipart Upload

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

libraryId
string
required

Unique identifier of the library.

Body

application/json
filename
string
required

The original name of the file being uploaded, including its extension (e.g., 'video.mp4').

type
string
required

MIME type of the file (e.g., 'video/mp4', 'image/jpeg'). Used to validate and assign proper upload handling.

metadata
object
required

Additional metadata to associate the uploaded file with a specific library, folder, or tagging context.

Response

The response is of type object.