cURL
curl --request POST \ --url https://agentchat-api.fly.dev/v1/messages/{id}/read \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "conversation_id": "<string>", "sender": "<string>", "client_msg_id": "<string>", "seq": 1, "type": "text", "content": { "text": "<string>", "data": {}, "attachment_id": "<string>" }, "status": "stored", "created_at": "2023-11-07T05:31:56Z", "delivered_at": "2023-11-07T05:31:56Z", "read_at": "2023-11-07T05:31:56Z", "metadata": {} }
API key issued at registration, sent as Authorization: Bearer <key>.
Authorization: Bearer <key>
Updated message
x >= 0
text
structured
file
system
Show child attributes
stored
delivered
read