From 4e1184acf2ab960dd6af7abd3d9fbf75543c9994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jeannin?= Date: Tue, 31 Oct 2017 12:22:50 +0100 Subject: [PATCH] Added ApiLeap API which allows you to make screenshots of web pages and HTML. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8a075a..8b9a98c 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ API | Description | Auth | HTTPS | Link | ### Development API | Description | Auth | HTTPS | Link | |---|---|---|---|---| +| ApiLeap | Chrome based screenshot API to make images from web pages and HTML | `apiKey` | Yes | [Go!](https://apileap.com/) | | APIs.guru | Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs | No | Yes | [Go!](https://apis.guru/api-doc/) | | BetterMeta | Return a site's meta tags in JSON format | X-Mashape-Key | Yes | [Go!](http://bettermeta.io) | | Bitbucket | Pull public information for a Bitbucket account | No | Yes | [Go!](https://api.bitbucket.org/2.0/users/karllhughes) |