API reference · Chat
GET/api/chat/stream/{slug}

Get chat stream placeholder

Placeholder GET handler for the chat stream catch-all route. The slug path segment is accepted by the Next.js route but is not inspected. The handler currently returns the plain text string "Hello World" and does not require authentication.

Path parameters

slugstringRequired
Catch-all chat stream path segment. The current handler accepts the value but does not use it.

Response codes

200
Plain text placeholder response.