POST
/
api
/
v1
/
ai_requests
/
stream

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
messages
object[]
required
model
string
required
workspaceId
string
required
llmModel
string
required

Response

200 - application/json
textStream
file

AsyncIterable<string> & ReadableStream<string>