Skip to main content
POST
Stream Chat With Agent (Inference v3)

Authorizations

x-api-key
string
header
required

Body

application/json
user_id
string
required
Example:

"default_user"

agent_id
string
required
Example:

"string"

session_id
string
required
Example:

"string"

message
string
required
Example:

"string"

system_prompt_variables
object

Optional dynamic variables to fill in the system prompt

Example:
filter_variables
object

Optional filter values for prompt logic

Example:
features
object[]

Optional features to modify behavior

Response

Streaming started successfully

response
string
Example:

"Streamed response will appear here"