Skip to content

Commit

Permalink
feat(video): API guide
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 authored Nov 22, 2024
1 parent ea55704 commit dbce268
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/docs/15.how-to-guides/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ topics:

Extend Kestra by using the API.

<div class="video-container">
<iframe src="https://www.youtube.com/embed/uf-b7r_38Zk?si=jytDjFPxqiomcveI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>

---

Kestra is built with an API-first design in mind, with a powerful API allowing you to connect Kestra to external systems. Whether that's through your flows directly or using the Kestra API, there's lots of options.

In this guide, we're going to specifically look at the Kestra API and how that can enable you to extend Kestra and integrate it into other systems.
Expand Down

0 comments on commit dbce268

Please sign in to comment.