Add media to creator vault folder

Add one or more media items to the specified creator folder. Media items must belong to the creator. <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"
folderNamestringRequired1-255 characters

Folder name (URL-encoded in path)

Headers

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

Request

This endpoint expects an object.
mediaUuidslist of stringsRequired
UUIDs of media items to attach to the folder

Response

Media added to folder
addedCountdouble
Number of media items successfully added

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
410
Gone Error