Resolve media UUIDs for a creator chat message
Resolves means: for each requested `mediaUuid`, lookup that media only within the specified `messageUuid` in this creator conversation, then return its chat media payload (metadata + signed variant URLs) or a per-item error.
<Info>Scopes required: `read:creator`, `read:chat`</Info>
<Note>The `mediaUuids` query parameter is required and accepts up to 20 UUIDs.</Note>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
creatorUserUuid
userUuid
messageUuid
Headers
X-Fanvue-API-Version
API version to use for the request
Query parameters
mediaUuids
Comma-separated list of media UUIDs to resolve (required, max 20)
variants
Optional comma-separated list of variant types to include
Response
Resolved media payload map
results
Map media UUID -> media payload (null when unavailable)
errors
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
410
Gone Error