Canvas
Unleash your creativity and draw whatever you like on a canvas shared by everyone across the world! A simple API lets you set any pixel to a chosen color. You can also get the color of a pixel at given coordinates. Finally, you can download the PNG image of the whole canvas. Build your own tools to put your ideas on the canvas and share them with others!
Canvas endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Canvas /get_canvas |
Gets current state of the canvas as 1024x1024 PNG file. |
| GET |
Get Pixel /get_pixel |
Returns color (RGB) of a pixel at given coordinates. |
| POST |
Set Pixel /set_pixel |
Sets given pixel to a given color (RGB). |
Canvas pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|