Skip to main content
POST
/
api
/
workspaces
/
{workspaceId}
/
chat
cURL
curl -X POST http://localhost:18080/api/workspaces/abc123/chat \
  -H 'Content-Type: application/json' \
  -d '{
    "id": "chat-001",
    "message": {
      "role": "user",
      "content": "What can you help me with?"
    }
  }'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.hellofriday.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

workspaceId
string
required

Body

application/json
id
string
required

Chat ID (create new or continue existing)

message
object
required

Response

200 - text/event-stream

Streaming response (SSE)

Server-Sent Events stream