Dedalus Labs Webhooks API

The Webhooks API from Dedalus Labs — 1 operation(s) for webhooks.

OpenAPI Specification

dedaluslabs-webhooks-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Dedalus Audio Webhooks API
  description: 'MCP gateway for AI agents. Mix-and-match any model with any tool from our marketplace.


    ## Authentication

    Use Bearer token or X-API-Key header authentication:

    ```

    Authorization: Bearer your-api-key-here

    ```

    ```

    x-api-key: your-api-key-here

    ```


    ## Available Endpoints

    - **GET /v1/models**: list available models

    - **POST /v1/chat/completions**: Chat completions with MCP tools

    - **GET /health**: Service health check'
  version: 0.0.1
servers:
- url: https://api.dedaluslabs.ai
  description: Official Dedalus API
tags:
- name: Webhooks
paths:
  /v1/webhooks/stripe/connect:
    post:
      tags:
      - Webhooks
      summary: Handle Stripe Connect Webhook
      description: Verify, enqueue, and trigger async processing.
      operationId: handle_stripe_connect_webhook_v1_webhooks_stripe_connect_post
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                additionalProperties:
                  type: boolean
                type: object
                title: Response Handle Stripe Connect Webhook V1 Webhooks Stripe Connect Post
components:
  securitySchemes:
    Bearer:
      type: http
      scheme: bearer