Kestra EE API
Available on: Enterprise Edition
How to interact with Kestra Enterprise Edition using the API.
Authentication
To authenticate with the Kestra API, you will need to create an API token. You can create it directly from the Kestra UI.
Once you have your API token, you can use it to authenticate with the API. You can use the Authorization
header with the Bearer
token to authenticate with the API.
bash
curl -X POST http://localhost:8080/api/v1/executions/dev/hello-world \
-H "Authorization: Bearer YOUR_API_TOKEN"
Browse the API Reference
For a full list of available API endpoints, check the Enterprise Edition API Reference.
Was this page helpful?