Skip to main content

Messages API v2 (legacy)

Legacy API

Messages API v2 is legacy and should not be used for new projects. Use Messages API v3 for new OpenAI-compatible messaging integrations.

The Hidoba Research Messages API v2 enables legacy AI-powered conversational experiences through a REST API. The service receives chat history and returns both transcript and generated audio responses.

Typical Flow

  1. User responds in the chat
  2. Service generates response from user message(s) and past chat history
  3. Response is sent to the user
Important Considerations
  • Concurrency: User might send another message before response is generated
  • Retries: Service might occasionally fail to generate response