AI Messaging
README This is an example of a project that uses the express, twilio, and multer packages to send and receive text messages and images. Requirements Node.js npm Twilio account Setup Clone the repository and navigate to the project directory. Run npm install to install the necessary packages. Create a .env file in the root directory of the project with your Twilio accountSid and authToken. Run…
AI Messaging endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Send-Text /send-text |
This endpoint will allow users to send text messages. |
| GET |
receive-text /receive-text |
This endpoint allows users to receive text messages. |
| GET |
Send-Image /send-image |
This endpoint allows users to send images |
AI Messaging pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 8 / second |
|
| PRO | $8 / month | 88 / second |
|
| ULTRA Recommended | $18 / month | 888 / second |
|
| MEGA | $28 / month | 8888 / second |
|