Skip to main content
POST
/
api
/
v1
/
runtime
/
sessions
/
{id}
/
messages
Add message to session (CLI/SDK)
curl --request POST \
  --url https://api.runflow.ai/api/v1/runtime/sessions/{id}/messages

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Session UUID

Response

201

Message added successfully.