Events.com Data Extraction API

The Data Extraction API from Events.com — 6 operation(s) for data extraction.

Operations 6

POST /ai/api/v2/extract-data/execute Execute Data Extraction #
POST /ai/api/v2/extract-data/execute-file-upload Execute Data Extraction File Upload #
POST /ai/api/v2/extract-data/schema/generate Generate Data Extraction Schema #
POST /ai/api/v2/extract-data/schema/generate-from-content Generate Data Extraction Schema From Content #
POST /ai/api/v2/extract-data/advanced/execute Run Data Extraction Test #
POST /ai/api/v2/extract-data/advanced/execute-file-upload Run Data Extraction Test File Upload #

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-data-extraction-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-data-extraction-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Eventscom Data Extraction API
  version: 1.0.36
  description: 'Operations tagged Data Extraction across 2 of this provider''s published API definitions: eventscom-data-extraction-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: Data Extraction
paths:
  /ai/api/v2/extract-data/execute:
    post:
      tags:
      - Data Extraction
      summary: Execute Data Extraction
      operationId: execute_data_extraction
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/DataExtractionRequest'
        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/extract-data/execute-file-upload:
    post:
      tags:
      - Data Extraction
      summary: Execute Data Extraction File Upload
      operationId: execute_data_extraction_file_upload
      requestBody:
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_execute_data_extraction_file_upload'
        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/extract-data/schema/generate:
    post:
      tags:
      - Data Extraction
      summary: Generate Data Extraction Schema
      operationId: generate_data_extraction_schema
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/DataExtractionRequestSchemaGenerate'
        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/extract-data/schema/generate-from-content:
    post:
      tags:
      - Data Extraction
      summary: Generate Data Extraction Schema From Content
      operationId: generate_data_extraction_schema_from_content
      requestBody:
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_generate_data_extraction_schema_from_content'
        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/extract-data/advanced/execute:
    post:
      tags:
      - Data Extraction
      summary: Run Data Extraction Test
      operationId: run_data_extraction_test
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/DataExtractionTestRequest'
        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/extract-data/advanced/execute-file-upload:
    post:
      tags:
      - Data Extraction
      summary: Run Data Extraction Test File Upload
      operationId: run_data_extraction_test_file_upload
      requestBody:
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_run_data_extraction_test_file_upload'
        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).
components:
  schemas:
    SchemaProperty:
      properties:
        property_name:
          type: string
          title: Property Name
          description: The name of the property.
        property_description:
          type: string
          title: Property Description
          description: The description of the property.
        property_type:
          type: string
          title: Property Type
          description: The type of the property, optional, by default str.
          default: str
      type: object
      required:
      - property_name
      - property_description
      title: SchemaProperty
    Resource:
      properties:
        bucket_name:
          type: string
          title: Bucket Name
          description: The name of the bucket.
        prefix:
          type: string
          title: Prefix
          description: The prefix for the objects.
        access_key:
          anyOf:
          - type: string
          - type: 'null'
          title: Access Key
          description: Optional; GCP/S3 access key; when omitted, config credentials are used.
        secret_key:
          anyOf:
          - type: string
          - type: 'null'
          title: Secret Key
          description: Optional; GCP/S3 secret key; when omitted, config credentials are used.
        storage_type:
          type: string
          title: Storage Type
          description: The type of the storage, either 'AWS' or 'GCP'.
      type: object
      required:
      - bucket_name
      - prefix
      - storage_type
      title: Resource
      description: Storage resource for S3 or GCP (bucket + prefix + optional credentials).
    DataExtractionTestRequest:
      properties:
        schema:
          title: Schema
          description: The schema defining the structure of the data to be extracted.
        resource:
          $ref: '#/components/schemas/Resource'
          description: The storage resource (S3 or GCP) to be used for the data extraction.
      type: object
      required:
      - schema
      - resource
      title: DataExtractionTestRequest
    DataExtractionRequest:
      properties:
        resource:
          $ref: '#/components/schemas/Resource'
        schema:
          items:
            $ref: '#/components/schemas/SchemaProperty'
          type: array
          title: Schema
          description: A list of properties defining the structure of the data to be extracted.
        llm_model:
          type: string
          title: Llm Model
          description: The model to be used for the data extraction.
          default: gpt-4.1-nano
        company_id:
          type: integer
          title: Company Id
          description: The company id of the user.
      type: object
      required:
      - resource
      - schema
      - company_id
      title: DataExtractionRequest
    DataExtractionRequestSchemaGenerate:
      properties:
        prompt:
          type: string
          title: Prompt
          description: The prompt to be used for the data extraction schema generation.
        resource:
          $ref: '#/components/schemas/Resource'
          description: The storage resource (S3 or GCP) to be used for the data extraction.
      type: object
      required:
      - prompt
      - resource
      title: DataExtractionRequestSchemaGenerate
    Body_generate_data_extraction_schema_from_content:
      properties:
        file:
          type: string
          contentMediaType: application/octet-stream
          title: File
        prompt:
          type: string
          title: Prompt
      type: object
      required:
      - file
      - prompt
      title: Body_generate_data_extraction_schema_from_content
    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
    Body_execute_data_extraction_file_upload:
      properties:
        file:
          type: string
          contentMediaType: application/octet-stream
          title: File
        schema:
          type: string
          title: Schema
      type: object
      required:
      - file
      - schema
      title: Body_execute_data_extraction_file_upload
    Body_run_data_extraction_test_file_upload:
      properties:
        schema:
          title: Schema
        file:
          type: string
          contentMediaType: application/octet-stream
          title: File
      type: object
      required:
      - schema
      - file
      title: Body_run_data_extraction_test_file_upload
x-refined-from:
- eventscom-data-extraction-api-openapi.yml
- eventscom-datagol-ai-openapi.yml