URL Shortener API for your apps
Easy-to-use URL shortener API. Can be used in your Discord bots or other apps!
Endpoints
0
URLs
0
Users
0
Requests
0
import { PlumeURL } from "@sodiumlabs/plume-url";const plumeURL = new PlumeURL({ apiKey: "..." });const data = await plumeURL.createURL({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ", description: "A cool video"});console.log("Shortened URL:", data.shorten);url.sodiumlabs.xyz/eYWhS5fy
Feature Highlights
Easy to use
Simple client methods and examples for quick integration
Documentation
Well-documented API following the OpenAPI specification
Search & query
Query and search shortened URLs you created
NPM package
An official npm package to effortlessly use the API