VBOUT AIchatbot API

The AIchatbot API from VBOUT — 4 operation(s) for aichatbot.

Operations 4

GET AIchatbot/aichatbottemplates aichatbottemplates #
GET AIchatbot/categories categories #
GET AIchatbot/tags tags #
POST AIchatbot/copy copy #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/vbout-aichatbot-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

vbout-aichatbot-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: VBOUT EmailMarketing A Ichatbot API
  version: '1.0'
  description: VBOUT Features API documentation
servers:
- url: https://api.vbout.com/1
tags:
- name: AIchatbot
paths:
  AIchatbot/aichatbottemplates:
    get:
      summary: aichatbottemplates
      operationId: post-aichatbot-aichatbottemplates
      description: "**Authentication:** `Required`    \n  - - -  \n  \n**Response Formats:** `XML | JSON`"
      tags:
      - AIchatbot
      responses:
        '200':
          description: Successful Operation
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  properties:
                    id:
                      type: integer
                      example: 13
                    name:
                      type: string
                      example: Internal Knowledge Bot
                    description:
                      type: string
                      example: Create a private chatbot for your team using internal documents or APIs. Perfect for onboarding, SOPs, and internal support.
                    thumbnail:
                      type: string
                      example: https://assets.vbt.io/uploads/automation_guide/thumb_guide_6573106813.png
                    category:
                      type: object
                      properties:
                        id:
                          type: integer
                          example: 7
                        name:
                          type: string
                          example: Internal & Custom Bots
                    tags:
                      type: array
                      items:
                        type: string
                      example:
                      - Internal Use
                      - Documents
                      - API
                      - Custom Data
      x-codeSamples:
      - lang: cURL
        source: 'get https://api.vbout.com/1/aichatbottemplates/index?key={YOUR_API_ID}

          '
      deprecated: false
  AIchatbot/categories:
    get:
      summary: categories
      operationId: post-aichatbot-aichatbotcategories
      description: "**Authentication:** `Required`    \n  - - -  \n  \n**Response Formats:** `XML | JSON`"
      tags:
      - AIchatbot
      responses:
        '200':
          description: Successful Operation
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  properties:
                    id:
                      type: integer
                      example: 5
                    name:
                      type: string
                      example: Ecommerce & Products
                    template_count:
                      type: integer
                      example: 1
  AIchatbot/tags:
    get:
      summary: tags
      operationId: post-aichatbot-aichatbottags
      description: "**Authentication:** `Required`    \n  - - -  \n  \n**Response Formats:** `XML | JSON`"
      tags:
      - AIchatbot
      responses:
        '200':
          description: Successful Operation
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  properties:
                    tag:
                      type: string
                      example: Documents
                    template_count:
                      type: integer
                      example: 3
  AIchatbot/copy:
    post:
      summary: copy
      operationId: post-aichatbot-aichatbotcopy
      description: "**Authentication:** `Required`    \n  - - -  \n  \n**Response Formats:** `XML | JSON`"
      tags:
      - AIchatbot
      responses:
        '200':
          description: Successful Operation
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  properties:
                    id:
                      type: integer
                      example: 3319
                    name:
                      type: string
                      example: Template name
      x-codeSamples:
      - lang: cURL
        source: get https://api.vbout.com/1/aichatbottemplates/copy?key={YOUR_API_ID}
      deprecated: false
      parameters:
      - name: API KEY
        in: query
        description: The API KEY of the Account.<br>**Possible values:** (ID)
        required: true
        schema:
          type: number
      - name: template_id
        in: query
        description: The template_id from index.<br>**Possible values:** (ID)
        required: true
        schema:
          type: number
      - name: name
        in: query
        description: The Custom name of the chatbot.<br>**Possible values:** (ID)
        required: false
        schema:
          type: string