Send a message

Send a message to a user in an existing chat conversation. The message can include text, media attachments, and optional pricing for pay-to-view content. <Info>Scope required: `write:chat`</Info>

Authentication

AuthorizationBearer

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

Path Parameters

userUuidstringRequiredformat: "uuid"

Headers

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

Request

This endpoint expects an object.
textstring or nullOptional1-5000 characters
mediaUuidslist of stringsOptional
pricedouble or nullOptional>=300
templateUuidstring or nullOptionalformat: "uuid"

Response

Message sent successfully
messageUuidstringformat: "uuid"

Errors