xhub-ai
Version:
XHub uses artificial intelligence to deliver categorized NSFW images with ease. Retrieve high-quality content securely using a simple API wrapper.
58 lines (37 loc) ⢠1.71 kB
Markdown
<h1 align="center"><b>XHub</b> <img src="https://i.ibb.co/0J89TrT/rsn-bot-1.png" width="30" style="border-radius: 50%; margin-bottom: -5px"></h1>
<p align="center"><i>XHub - AI-Powered NSFW Content API</i></p>
ā ļø **18+ NSFW Content** ā XHub is one of the premium AI-powered NSFW content APIs developed by **Rsn Labs**. Use responsibly.
XHub uses artificial intelligence to deliver categorized NSFW images with ease. Retrieve high-quality content securely using a simple API wrapper.
```bash
npm i xhub-ai
```
To access XHub, you need an API key.
1. Join the Discord Server: [https://api.rnilaweera.lk/discord](https://api.rnilaweera.lk/discord)
2. Register using the /register slash command
3. Generate your free API key with /generate-key
```javascript
const { XHub } = require("xhub-ai");
const xhub = new XHub("rsnlabs_ĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆ");
xhub.getCategories().then(category => {
console.log(category);
});
```
```javascript
const { XHub } = require("xhub-ai");
const xhub = new XHub("rsnlabs_ĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆĆ");
const type = "hentai";
xhub.fetch(type).then((response) => {
console.log(response);
}).catch((error) => {
console.error(error.message);
});
```
Ā© 2025 Rsn Labs. All rights reserved.
Unauthorized distribution or use of this package is strictly prohibited.
ā ļø Disclaimer: This package contains explicit content and is strictly for adults. Ensure compliance with local regulations before use.
š XHub is developed and maintained by **Rsn Labs**.