Skip to main content
POST
/
sdk
/
v1
/
runs
/
{runID}
/
stream
Send a stream chunk
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.

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Path Parameters

runID
string
required

Body

application/json
chunk
string
required
done
boolean
stream_id
string

Response

OK

{key}
string