Sends a streaming chunk for real-time output from LLM-powered runs.
curl --request POST \
--url https://api.strait.dev/sdk/v1/runs/{runID}/stream \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"chunk": "<string>",
"done": true,
"stream_id": "<string>"
}
'{}Documentation Index
Fetch the complete documentation index at: https://docs.strait.dev/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.strait.dev/sdk/v1/runs/{runID}/stream \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"chunk": "<string>",
"done": true,
"stream_id": "<string>"
}
'{}