Create multipart upload session for creator

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

Authentication

AuthorizationBearer

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

Path Parameters

creatorUserUuidstringRequiredformat: "uuid"

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