latestOpenAPI 3.1.02026-08-08243131.9 MB

c5ddcd5c7e72

Get creator's media by UUID

Returns a specific media item by its UUID for the specified creator.

For media with status other than FINALISED, only uuid and status are returned.
For FINALISED media, all details including variants are included.

<Warning>Media URLs are only available through variants.
Specify the `variants` query parameter (e.g., `?variants=main,thumbnail,blurred`)
to include them in the response. Without this parameter, the `variants` field
will be an empty array and no media URLs will be returned.</Warning>
get/creators/{creatorUserUuid}/media/{uuid}

Path parameters

creatorUserUuidstring uuid required
uuidstring uuid required

Query parameters

purchasedBystring uuid

UUID of the user to check media purchase against. When provided, the media item will include a purchasedByFan boolean indicating if that user has purchased it.

UUID of the user to check media purchase against. When provided, the media item will include a purchasedByFan boolean indicating if that user has purchased it.

variantsMediaVariantType[]

Comma-separated list of media variant types

Headers

X-Fanvue-API-Versionstring required
Example:2025-06-26

API version to use for the request

Response

Media item

OR