Events.com Bi Rag API

The bi_rag API from Events.com — 6 operation(s) for bi_rag.

Operations 6

POST /ai/api/v2/bi-rag/index-page Index Page #
POST /ai/api/v2/bi-rag/index-workspace Index Workspace #
POST /ai/api/v2/bi-rag/add-widget Add Widget #
DELETE /ai/api/v2/bi-rag/remove-widget Remove Indexed Widget #
POST /ai/api/v2/bi-rag/update-widget Update Indexed Widget #
POST /ai/api/v2/bi-rag/delete-all-widgets Delete All Widgets #

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/eventscom-bi-rag-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

eventscom-bi-rag-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Eventscom Bi Rag API
  version: 1.0.36
  description: 'Operations tagged bi_rag across 2 of this provider''s published API definitions: eventscom-bi-rag-api-openapi.yml, eventscom-datagol-ai-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://datagol-be.events.com/
  description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: bi_rag
paths:
  /ai/api/v2/bi-rag/index-page:
    post:
      tags:
      - bi_rag
      summary: Index Page
      operationId: index_page_ai_api_v2_bi_rag_index_page_post
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/IndexPageRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      deprecated: true
    servers:
    - url: https://datagol-be.events.com/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
  /ai/api/v2/bi-rag/index-workspace:
    post:
      tags:
      - bi_rag
      summary: Index Workspace
      operationId: index_workspace_ai_api_v2_bi_rag_index_workspace_post
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/IndexWorkspaceRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      deprecated: true
    servers:
    - url: https://datagol-be.events.com/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
  /ai/api/v2/bi-rag/add-widget:
    post:
      tags:
      - bi_rag
      summary: Add Widget
      operationId: add_widget_ai_api_v2_bi_rag_add_widget_post
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AddWidgetRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
    servers:
    - url: https://datagol-be.events.com/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
  /ai/api/v2/bi-rag/remove-widget:
    delete:
      tags:
      - bi_rag
      summary: Remove Indexed Widget
      operationId: remove_indexed_widget_ai_api_v2_bi_rag_remove_widget_delete
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/DeleteWidgetRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
    servers:
    - url: https://datagol-be.events.com/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
  /ai/api/v2/bi-rag/update-widget:
    post:
      tags:
      - bi_rag
      summary: Update Indexed Widget
      operationId: update_indexed_widget_ai_api_v2_bi_rag_update_widget_post
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/UpdateWidgetRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
    servers:
    - url: https://datagol-be.events.com/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
  /ai/api/v2/bi-rag/delete-all-widgets:
    post:
      tags:
      - bi_rag
      summary: Delete All Widgets
      operationId: delete_all_widgets_ai_api_v2_bi_rag_delete_all_widgets_post
      parameters:
      - name: token
        in: query
        required: true
        schema:
          type: string
          title: Token
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
    servers:
    - url: https://datagol-be.events.com/
      description: Base URL declared by the provider in apis.yml (roadmap#122).
components:
  schemas:
    AddWidgetRequest:
      properties:
        page_id:
          type: string
          title: Page Id
        widget_id:
          type: string
          title: Widget Id
        workspace_id:
          type: string
          title: Workspace Id
        company_id:
          type: integer
          title: Company Id
        widget:
          additionalProperties: true
          type: object
          title: Widget
      type: object
      required:
      - page_id
      - widget_id
      - workspace_id
      - company_id
      - widget
      title: AddWidgetRequest
    DeleteWidgetRequest:
      properties:
        widget_id:
          type: string
          title: Widget Id
      type: object
      required:
      - widget_id
      title: DeleteWidgetRequest
    ValidationError:
      properties:
        loc:
          items:
            anyOf:
            - type: string
            - type: integer
          type: array
          title: Location
        msg:
          type: string
          title: Message
        type:
          type: string
          title: Error Type
        input:
          title: Input
        ctx:
          type: object
          title: Context
      type: object
      required:
      - loc
      - msg
      - type
      title: ValidationError
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
          title: Detail
      type: object
      title: HTTPValidationError
    IndexWorkspaceRequest:
      properties:
        workspace_id:
          type: string
          title: Workspace Id
      type: object
      required:
      - workspace_id
      title: IndexWorkspaceRequest
    IndexPageRequest:
      properties:
        page_id:
          type: string
          title: Page Id
      type: object
      required:
      - page_id
      title: IndexPageRequest
    UpdateWidgetRequest:
      properties:
        widget_id:
          type: string
          title: Widget Id
        widget:
          additionalProperties: true
          type: object
          title: Widget
      type: object
      required:
      - widget_id
      - widget
      title: UpdateWidgetRequest
x-refined-from:
- eventscom-bi-rag-api-openapi.yml
- eventscom-datagol-ai-openapi.yml