FluxyChat

Messages

Upload voice message

Multipart form with audio file, roomId, optional durationMs.

POST
/messages/voice

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/messages/voice" \  -F audio="string" \  -F roomId="string"
Empty