Send Message
Chat
Send Message
Send a message and stream the response via SSE.
Returns a streaming response with Server-Sent Events:
- text_delta: incremental text chunks
- tool_use: notification that a tool is being invoked
- content_block: complete content block (video, image, etc.)
- tool_result: result of a tool invocation
- message_complete: signals end of response
- error: error occurred
POST
Send Message
Documentation Index
Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Response
Successful Response