# JioSaavn API

## ✨ Features

* 🚀 Blazing fast
* 🎶 Download High-Quality Songs (320kbps).
* 🔒 Rotating User-Agents to avoid detection.
* 🍱 Download High-quality song/album thumbnails.
* 🔎 Search support for songs and albums.
* **🎼** Lyrics for supported songs.
* **❤️** Open-Source
* **☁️** Lightweight and has minimal dependencies.
* **📦** Host your own instance on [Vercel](https://vercel.com).

## 👷 **Local development**

### Prerequisites

* **NodeJS v10+**
* **Vercel CLI:** To install Vercel CLI globally use `npm i -g vercel`

### Run locally

* Clone the Repository

  ```
  git clone https://github.com/sumitkolhe/jiosaavn-api

  cd jiosaavn-api
  ```
* Install the dependencies

  ```
  npm install
  ```
* Start development server

  ```
  npm start
  ```
* Deploy to your Vercel account

  ```
  npm run deploy
  ```

## 🚀 Deploy to Vercel

You can directly deploy this repo to your Vercel account by clicking the button below.&#x20;

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/sumitkolhe/jiosaavn-api)

## ✍️ Author

* [**Sumit Kolhe**](https://github.com/sumitkolhe)

## 📜 License

This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [LICENSE](https://app.gitbook.com/s/-MTyRwr4apqYZQ7aEuWn/LICENSE) file for details.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sumitkolhe.gitbook.io/jiosaavn/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
