Skip to content

Messages

Appends messages to the thread — the history stays on the server.

Updated on Aug 09, 2026

The thread is the conversation. Each new message is a POST — and that is all you send: the previous history is already there, stored by the platform.

POSThttps://api.hinow.ai/v1/threads/{id}/messagesBearer

Appends a message to the conversation.

Parâmetros

  • idstring· pathobrigatório
  • rolestring· bodyobrigatório

    `user` or `assistant`.

  • contentstring· bodyobrigatório

Respostas

201Message appended
Was this page helpful?