Skip to main content
POST
/
api
/
v1
/
chats
/
{chat_id}
/
messages
/
retry
Retry the last assistant response
curl --request POST \
  --url https://app.sure.am/api/v1/chats/{chat_id}/messages/retry \
  --header 'Authorization: <authorization>'
{
  "message": "<string>",
  "message_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Headers

Authorization
string
required

Bearer token with write scope

Path Parameters

chat_id
string
required

Chat ID

Response

retry started

message
string
required
message_id
string<uuid>
required