An ultra-fast API for downloading, searching, and fetching information from popular platforms and third-party services.
| Action | Endpoint |
|---|---|
| Stream | /spotify/stream?url={url} |
| Info | /spotify/info?url={url} |
| Search | /spotify/search?q={song_name} |
| Action | Endpoint |
|---|---|
| Stream | /instagram/stream?url={url} |
| Info | /instagram/info?url={url} |
| Action | Endpoint |
|---|---|
| Stream | /youtube/stream?url={url} |
| Action | Endpoint |
|---|---|
| Stream | /pinterest/stream?url={url} |
To run this API on your local machine, ensure you have Go installed, then run the following commands:
git clone https://github.com/Beesonn/dlkitgo-api
cd dlkitgo-api
go build .
./dlkitgo-api
Deploy your own dlkitgo API on Vercel using the button below.