Skip to main content
GET
/
api
/
chat
/
{chatId}
/
stream
Resume a chat response stream
curl --request GET \
  --url https://api.recoupable.com/api/chat/{chatId}/stream \
  --header 'x-api-key: <api-key>'
"<string>"

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Path Parameters

chatId
string<uuid>
required

UUID of the chat to resume.

Response

Server-Sent Events stream of UI message parts for the in-progress response, compatible with the Vercel AI SDK. The x-workflow-run-id response header carries the run ID for this response.

Server-Sent Events stream containing UI message parts