From 30a26bf6d2cc3aa0a5a063a1af5932b8db0398a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 4 Sep 2025 17:11:44 +0200 Subject: [PATCH] Website: Add 'Does Flamenco have an API?' to the FAQ This really is a FAQ by now. --- web/project-website/content/faq/_index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/web/project-website/content/faq/_index.md b/web/project-website/content/faq/_index.md index 84658bae..55ff41fd 100644 --- a/web/project-website/content/faq/_index.md +++ b/web/project-website/content/faq/_index.md @@ -129,6 +129,15 @@ Storage Services][cloud-storage]. [cloud-storage]: {{< ref "/usage/shared-storage" >}}#cloud-storage-services +### Does Flamenco have an API? + +Flamenco is implemented via OpenAPI, so not only does it have an API, it is also +self-documenting. All communication between Flamenco Manager and the Worker, the +web interface, and the Blender add-on is done via this API. + +In the Flamenco Manager web interface, in the top-right corner, is a link to the +API documentation. This includes a way to run API commands directly from that +web interface. ## Troubleshooting