The Messaging API is designed to help you perform operations related to messaging. This includes creating conversations, sending messages, querying for responses to sent messages, etc.
The API is organized around REST (opens in a new tab). Our goal is to make the API predictable, with resource-oriented URLs and standard HTTP response codes and verbs.
Base URL
https://messaging-api.useproteus.ai
Client Libraries
npm install --save @proteus-ai/sdk