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

Prezentare generală a API-ului

Integrați workflow-urile Ubex în aplicațiile dumneavoastră.

URL de bază

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

Autentificare

Toate cererile API necesită autentificare prin API Key:

Authorization: Bearer YOUR_API_KEY

Rate Limits

Plan Cereri/minut
Free 10
Pro 100
Enterprise Nelimitat

Formatul răspunsului

Toate răspunsurile sunt în format JSON:

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

Gestionarea erorilor

Erorile includ un cod și un mesaj:

{
  "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.

Salut 👋

Cu ce te putem ajuta astăzi?