From 628b19dafeb969c3331311898b4a9a773fe24b59 Mon Sep 17 00:00:00 2001 From: Pranav Kulkarni <67193918+pranav-bot-code@users.noreply.github.com> Date: Tue, 2 May 2023 19:45:27 +0530 Subject: [PATCH] Add url.dev API (#147) * Add url.dev API to Url Shorteners * Add url.dev API to URL Shorteners --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae99f2f..dedf8e5 100644 --- a/README.md +++ b/README.md @@ -1749,6 +1749,7 @@ | [Shrtlnk](https://shrtlnk.dev/developer) | Simple and efficient short link creation | `apiKey` | Yes | Yes | | [TinyURL](https://tinyurl.com/app/dev) | Shorten long URLs | `apiKey` | Yes | No | | [UrlBae](https://urlbae.com/developers) | Simple and efficient short link creation | `apiKey` | Yes | Yes | +| [url.dev](https://autocode.com/url/api/temporary/0.3.0/create) | Create short, temporary, self-destructing links that expire anywhere from a minute to a week. | No | Yes | Unknown | [Urlmskr](https://github.com/Axorax/urlmskr#urlmskr-api) | Easy and fast masked, shortened link creation | No | Yes | Unknown | **[⬆ Back to Index](#index)**