Create a new message
Messages API
Create a new message
Create a new message within a specified conversation.
POST
Create a new message
Documentation Index
Fetch the complete documentation index at: https://docs.bridge.new/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Copy the API key as provided by the Bridge Console.
Path Parameters
Unique identifier of the workspace (UUID v4).
Example:
"b6cf1c4a-2b1e-4e63-8f3e-0f9d1a2a1234"
Body
application/json
Request body for creating a new message within a specified conversation.
Identifier of the conversation.
Example:
"d290f1ee-6c54-4b01-90e6-d701748f0851"
Body of the message.
Example:
"Hello, welcome to Bridge!"
Flag to enable external broadcast.
Examples:
true
false
Identifier of the message being replied to.
Example:
"b6cf1c4a-2b1e-4e63-8f3e-0f9d1a2a1234"
List of media IDs associated with the message.
Example:
["a1b2c3d4-e5f6-7g8h-9i0j-k1l2m3n4o5p6"]