Message API
README This code sets up a simple server using the Express and Socket.io libraries. The server listens on port 3333 and emits events for incoming text and image messages. Getting started Install the necessary dependencies by running npm install express http socket.io Start the server by running node app.js The server will begin listening on port 3333 and will log a message to the console when a…
Message API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
send-image /send-image |
This endpoint will allow you to send images |
| GET |
send-text /send-text |
This endpoint will allow you to send text messages |
Message API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 3 / second |
|
| PRO | $8 / month | 8 / second |
|
| ULTRA | $18 / month | 88 / second |
|
| MEGA Recommended | $28 / month | 8888 / second |
|