Pic API
Image Server This code provides a simple server for sending and retrieving image files. It is built using the Express.js framework and the body-parser middleware. Features POST route at '/send_picture' for accepting and saving image data to a file GET route at '/get_picture' for reading and returning the image file as base64-encoded data Built with Express.js and body-parser for easy use in…
Pic API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
get_picture /get_pictures |
This endpoint allow users to get images. |
| GET |
Send_Picture /send_picture |
This endpoint will allow user to send images. |
Pic API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $8 / month | 3 / second |
|
| PRO | $18 / month | 8 / second |
|
| ULTRA | $36 / month | 80 / second |
|
| MEGA Recommended | $75 / month | 500 / second |
|