Using the API, in short

Getting your API key

Your API token (API_TOKEN) is available on your Settings page: https://botster.io/settings

KEEP YOUR TOKEN SAFE.

API commands

Checking your credits amount:

curl '<https://botster.io/api/v2/credits>' \\
  -H 'Authorization: Bearer API_TOKEN'

List available bots:

curl '<https://botster.io/api/v2/bots?page=1&per=50>' \\
  -H 'Authorization: Bearer API_TOKEN'

Find bots that match a specific query:

curl '<https://botster.io/api/v2/bots?search=scraping>' \\
  -H 'Authorization: Bearer API_TOKEN'

Launching a bot. "Input" used as the main input of the bot. Other options are supplied as key-values: