mallabe
Automation tools such as - image resizing, website thumbnail generation, currency conversion. In the future - more features will be added such as image compression & conversion. For full future feature list, checkout www.mallabe.com
mallabe endpoints
| Method | Endpoint | Description |
|---|---|---|
| Currencies | ||
| POST |
Currency Convert /v1/currencies/convert |
**Full Example:** ```json { "from": "EUR", "to": "USD", "amount": 20, "date": "2020-02-02", "webhookUrl": "https://702977cdd2a2e3ed840ebe14abde8d4e.m.pipedream.net" } ```… |
| Files | ||
| POST |
Upload File /v1/files/upload |
**Full Example:** ```json { "url": "https://file-examples-com.github.io/uploads/2017/02/file-sample_500kB.doc", "base64File":… |
| Images | ||
| POST |
Image Metadata /v1/images/metadata |
Get image metadata, such as format, width, height, etc.. **Full Example:** ```json { "url": "https://via.placeholder.com/150" } ``` **Note**: The `url` need to be publicly… |
| POST |
Image Compress /v1/images/compress |
Compress an image to a specific quality. **Full Example:** ```json { "url": "https://via.placeholder.com/150", "base64Image":… |
| POST |
Image Resize /v1/images/resize |
Available Resize Strategies: - Resize (`10`) - will keep the proportions. - Resize Exact (`20`) - will use the exact given `width` and `height` - if one of them isn't given it… |
| User Agents | ||
| POST |
User Agent Parse /v1/uas/parse |
**Full Example:** ```json { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36",… |
| Websites | ||
| POST |
Get Website Status /v1/websites/status |
Available Methods: - get - post - put - delete **Full Example:** ```json { "website": "https://702977cdd2a2e3ed840ebe14abde8d4e.m.pipedream.net", "method": "get", "webhookUrl":… |
| POST |
Get Website Thumbnail /v1/websites/thumbnail |
**Full Example:** ```json { "website": "https://www.cnn.com", "webhookUrl": "https://702977cdd2a2e3ed840ebe14abde8d4e.m.pipedream.net" } ``` |
mallabe pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $24.99 / month | — |
|
| MEGA | $79.99 / month | — |
|