Documentation is being updated. Some sections may not reflect the latest features.

API-Übersicht

Integrieren Sie Ubex-Workflows in Ihre Anwendungen.

Basis-URL

https://workflow.ubex.ai/api/v1

Authentifizierung

Alle API-Anfragen erfordern eine Authentifizierung über einen API Key:

Authorization: Bearer YOUR_API_KEY

Rate Limits

Plan Anfragen/Minute
Free 10
Pro 100
Enterprise Unbegrenzt

Antwortformat

Alle Antworten sind im JSON-Format:

{
  "success": true,
  "data": { ... },
  "error": null
}

Fehlerbehandlung

Fehler enthalten einen Code und eine Nachricht:

{
  "success": false,
  "data": null,
  "error": {
    "code": "INVALID_API_KEY",
    "message": "The provided API key is invalid"
  }
}
AI AssistantPowered by Ubex
Beta
Ask me anything about Ubex workflows, nodes, or the API.

Hallo 👋

Wie können wir dir heute helfen?