Chats v2

Send user photo with optional text (v2) (Subscribers only)

post/v2/chats/{id}/send-photo

Path parameters

idstring required

Request body

clientIdstring

Client-provided message ID for idempotency

photoS3Keystring required

S3 key of the uploaded photo

textstring

Optional text message/comment to send with the photo

Example request

{
  "clientId": "550e8400-e29b-41d4-a716-446655440000",
  "photoS3Key": "chat-images/abc123.jpg",
  "text": "Look at this!"
}

Response

balancenumber required

User coin balance after operation

Changes

No recorded changes to this endpoint across all 1 revision of this API.