Archust Docs
Chat

SSE stream

POST
/v1/chat/stream

Authorization

bearerAuth
AuthorizationBearer <token>

Clerk session JWT. Also send x-clerk-org-id if org context needed.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

text/event-stream

curl -X POST "https://example.com/v1/chat/stream" \  -H "Content-Type: application/json" \  -d '{    "conversationId": "ee6e55e8-45fe-4a3e-9bc8-4669f9fdf77a",    "prompt": "string"  }'
"string"