Skip to main content
POST

Authorizations

Authorization
string
header
required

API key prefixed with mvra_live_. Create keys at Settings > Developer > API Keys.

Body

application/json
message
string
required

The user's message or query

thread_id
string

Existing thread ID (creates new thread if not provided)

workspace_id
string

Target workspace (uses default if not specified)

stream
boolean
default:false

If true, returns streaming SSE response

Response

Message processed successfully

Response from Mave chat

id
string

Message ID

object
enum<string>
Available options:
mave_message
thread_id
string

Thread ID

role
enum<string>
Available options:
assistant
content
string

AI response content

sources
object[]

Research sources used

personas_used
object[]

Personas involved in the response

usage
object
created_at
string<date-time>