> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crovant.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Events (POST)

> Auto-generated from serverless function events.



## OpenAPI

````yaml /openapi.json post /events
openapi: 3.0.3
info:
  title: Crovant API
  version: 1.0.0
  description: >-
    Auto-generated from the serverless handlers in `netlify/functions/`.
    Endpoints are served under `/api`; the legacy `/.netlify/functions` prefix
    resolves to the same handlers.
servers:
  - url: https://crovant.com/api
    description: Production
  - url: /api
    description: Relative to the current origin
security: []
paths:
  /events:
    post:
      tags:
        - Events
      summary: Events (POST)
      description: Auto-generated from serverless function events.
      operationId: post_events
      parameters:
        - name: workspaceId
          in: query
          required: false
          schema:
            type: string
      requestBody:
        required: false
        content:
          application/json:
            schema:
              type: object
              properties:
                workspaceId:
                  type: string
                title:
                  type: string
                scheduledFor:
                  type: string
                published:
                  type: string
                description:
                  type: string
                imageDataUrl:
                  type: string
                imageUrl:
                  type: string
                image_url:
                  type: string
                eventType:
                  type: string
                trainingStart:
                  type: string
                trainingEnd:
                  type: string
                trainingHost:
                  type: string
                experienceId:
                  type: string
                experienceName:
                  type: string
                experiencePlaceId:
                  type: string
                experienceThumbnailUrl:
                  type: string
                experienceUrl:
                  type: string
                id:
                  type: string
      responses:
        '200':
          description: Success

````