Add TinyURL (#2495)

This commit is contained in:
x0rld 2021-10-14 18:57:43 +02:00 committed by GitHub
parent 4c98c105ca
commit 2331708b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1358,6 +1358,7 @@ API | Description | Auth | HTTPS | CORS |
| [Shrtcode](https://shrtco.de/docs) | URl Shortener with multiple Domains | No | Yes | Yes |
| [Shrtlnk](https://shrtlnk.dev/developer) | Simple and efficient short link creation | `apiKey` | Yes | Yes |
| [TinyUID](https://tinyuid.com/docs) | Shorten long URLs | No | Yes | Yes |
| [TinyURL](https://tinyurl.com/app/dev) | Shorten long URLs | `apiKey` | Yes | No |
| [Zero Width Shortener](https://docs.zws.im) | Shortens URLs using spaces that have zero width, making them invisible to humans | No | Yes | Unknown |
**[⬆ Back to Index](#index)**