Bots.Business API v2
  1. Demo Store
Bots.Business API v2
  • Bots.Business API v2
    • BB Api docs
    • Authentication
      • Sign in
      • Get Telegram login URL
      • Sign up
      • Telegram login
      • Reset Password
    • User account
      • Update password
      • Get user details
      • Update email
      • Get linked telegram accounts
      • Get telegram link url
      • Get users session token
      • Reset api key
      • Log out all device
      • Get iteration usage
      • Turn ON or OFF ads
      • Get payment plan
    • Bots
      • Create Bot
      • Get Bots
      • Get single bot
      • Edit Bot
      • Delete Bot
      • Start or Stop bot
      • Start CSV import
      • CSV import task status
      • Copy Bot
      • Git export
      • Git import
      • Get installed libraries
      • Install Lib
      • Uninstall lib
      • Get error log
      • Clear error logs
    • Commands
      • Folders
        • Create a folder
        • Get all folders
        • Delete a folder
      • Get Commands
      • Create Command
      • Get Command Details
      • Edit Command
      • Delete Command
    • Broadcast
      • Get broadcast tasks
      • Delete Broadcast task
      • Pause broadcast task
      • Resume broadcast task
    • Chats
      • Get chats
      • Block chat
      • Unblock chat
    • Properties
      • Get properties
      • Delete property
    • Libraries
      • Get libraries
    • Admin Panel
      • Get admin panels
      • Update admin panel values
    • Demo Store
      • Get store bots
        GET
      • Install demo bot
        POST
    • Get cloud plans
      GET
    • Schemas
      • Command Schema
      • User Public
      • Create & Edit Bot
      • Bot
  1. Demo Store

Get store bots

GET
https://api.bots.business/v2/store/collections
Last modified:2025-11-02 08:17:16
Use this endpoint to retrieve a list of demo bots available for installation. These pre-configured bots can help you quickly get started with various functionalities.

Request

Query Params

Responses

🟢200OK
application/json
A categorized list of available demo bots, organized by type and functionality for easy discovery and installation.
Body

🟠401Unauthorized
🟠404Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.bots.business/v2/store/collections?api_key=UKDZu-c68cubrIbniuE2P_nWj0p5r4IHARNrAV-I'
Response Response Example
200 - Success
{
    "categories": [
        {
            "id": 1,
            "title": "by Bots.Business",
            "description": "All bots created by Bots.Business Team",
            "demo_bots": [
                {
                    "id": 22,
                    "name": "TalkWithAdminBot",
                    "description": "Talk to the administrator through the bot. The administrator can enter a password.",
                    "installations_count": 46076,
                    "img_url": "https://i.imgur.com/BJptrzs.png"
                }
            ]
        },
        {
            "id": 8,
            "title": "Contest 3: Refer&Earn Bots",
            "description": "Competition held in Apr 2025 with $600 prize fund",
            "demo_bots": [
                {
                    "id": 198,
                    "name": "bb_affiliate_bot",
                    "description": "Perfect for beginners to learn how Refer & Earn bots work on Bots.Business.",
                    "installations_count": 151325,
                    "img_url": "https://i.imgur.com/ukQN9vX.png"
                }
            ]
        }
    ]
}
Modified at 2025-11-02 08:17:16
Previous
Update admin panel values
Next
Install demo bot
Built with