API Introduction
The PixelBin API is organized around REST. Our API helps you programmatically integrate PixelBin into your application.
Currently, we offer APIs for:
- File upload - Upload files from the server or client side.
Postman Collection
All the APIs can be found in the postman collection below.
Swagger Docs
Additionally, you can access the Swagger Documentation here
Only HTTPS supported
All API requests must be made over HTTPS. Calls made over plain HTTP will fail.