Create multipart upload session

Create a media record and start an S3 multipart upload session. <Info>Scope required: `write:media`</Info>

Authentication

AuthorizationBearer

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

Headers

X-Fanvue-API-VersionstringRequiredDefaults to 2025-06-26
API version to use for the request

Request

This endpoint expects an object.
namestringRequired1-255 characters
filenamestringRequired1-255 characters
mediaTypeenumRequired
Allowed values:

Response

Upload session created
mediaUuidstringformat: "uuid"
uploadIdstring

Errors