API ReferenceResponsesCreate a responseCreate a response POST /responses Send a user message to a chat and stream the assistant response. Returns a Server-Sent Events (SSE) stream of message events. Request Responses200SSE stream of message events (message_start, content_block_delta, message_delta, message_stop, etc.).