Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.recoupable.dev/api/sessions/{sessionId}/chats/{chatId}/read \ --header 'x-api-key: <api-key>'
{ "success": true }
Marks a session chat as read for the authenticated account.
The id of the parent session.
The id of the chat to mark as read.
Chat marked as read successfully.
true
Was this page helpful?