Get signed URL for upload part

Return a presigned URL to upload a specific part number for creator's media 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"
uploadIdstringRequired
partNumberdoubleOptional

Headers

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

Response

Signed URL for part upload

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
410
Gone Error
429
Too Many Requests Error