Events.com Workflow Builder API

The Workflow Builder API from Events.com — 2 operation(s) for workflow builder.

Operations 2

POST /ai/api/v1/builder/chat/complete Chat Completion #
POST /ai/api/v1/builder/chat/complete/stream Chat Completion Stream #

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-workflow-builder-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-workflow-builder-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Eventscom Workflow Builder API
  version: 1.0.36
  description: 'Operations tagged Workflow Builder across 2 of this provider''s published API definitions: eventscom-datagol-ai-openapi.yml, eventscom-workflow-builder-api-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: Workflow Builder
paths:
  /ai/api/v1/builder/chat/complete:
    post:
      tags:
      - Workflow Builder
      summary: Chat Completion
      operationId: chat_completion_ai_api_v1_builder_chat_complete_post
      parameters:
      - name: resourceType
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          description: Optional resource type (elementType)
          title: Resourcetype
        description: Optional resource type (elementType)
      - name: resourceId
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          description: Optional resource id (elementId)
          title: Resourceid
        description: Optional resource id (elementId)
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              additionalProperties: true
              title: Body
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response Chat Completion Ai Api V1 Builder Chat Complete Post
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /ai/api/v1/builder/chat/complete/stream:
    post:
      tags:
      - Workflow Builder
      summary: Chat Completion Stream
      operationId: chat_completion_stream_ai_api_v1_builder_chat_complete_stream_post
      parameters:
      - name: resourceType
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          description: Optional resource type (elementType)
          title: Resourcetype
        description: Optional resource type (elementType)
      - name: resourceId
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          description: Optional resource id (elementId)
          title: Resourceid
        description: Optional resource id (elementId)
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              additionalProperties: true
              title: Body
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
                title: Response Chat Completion Stream Ai Api V1 Builder Chat Complete Stream Post
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    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
x-refined-from:
- eventscom-datagol-ai-openapi.yml
- eventscom-workflow-builder-api-openapi.yml