Documentation Index
Fetch the complete documentation index at: https://docs.dibby.ai/llms.txt
Use this file to discover all available pages before exploring further.
Welcome to the dibby API
The dibby API allows you to programmatically trigger workflows and retrieve results. This enables you to integrate dibby’s powerful automation capabilities directly into your workflow.Authentication & Setup
To use the dibby API, you’ll need two things:1. Get your API token
- Go to https://dibby.ai/settings/api
- Create and copy your Token
2. Get your worfklowId ID
- Open your application from the dashboard and go to the workflow section
- The
worfklowIdis the UUID in the URL
737de5f8-759c-4a5b-bf9a-4cd08ac7f2e0
Base URL
All API requests are made to:Authentication
All API endpoints are authenticated using Bearer tokens. Include your token in the Authorization header:Next steps
Trigger a workflow
Learn how to trigger workflow runs
Get run status
Check the status and results of a workflow run