Getting Started

Start generating revenue with Bot-Ads

We advise you to have a minimum knowledge of programming to use this part of the documentation.

❓ How to make money with bot-ads ?

If you'd like to generate passive income with bot-ads, it's totally free and requires no registration.

To generate this income, your aim is to generate as many clicks as possible on your ads, by displaying them on your bot in one way or another.

Each generated click earns you $0.05

To do that you just have to make the following api request:

https://bot-ads.ovh/api/system/getlink?bot_id=${YOUR_ID}

Remember to replace “YOUR_ID” with the identifier of the account to which the money will be credited, so that you can then withdraw it.

Bot-Ads api will then return such a response:

{
    "success": true,
    "ad_id": 12345,
    "description": "Check out this amazing bot !",
    "redirect_url": "https://example.com/ad-link",
    "discord_format": "[Check out this amazing bot!](https://example.com/ad-link)"
}

Your objective is then to display this link in such a way as to encourage your users to click on it.

Remember to generate a new link each time you want to display an advertisement.

Last updated