geti-using-the-pipeline
Installation
SKILL.md
Using the Geti pipeline (application)
The Geti application is a FastAPI server (application/backend/, the geti
package) that exposes a REST API for the full computer-vision workflow: create a
project, upload and annotate media, train a model as an async job,
then configure and enable a live inference pipeline (source → model →
sink). This skill is about using that API; to change backend code use the
geti-backend-dev skill instead.
Start the server from application/backend/ with just run-server (default
https://localhost:7860). The full endpoint reference is
application/docs/api.md; interactive docs are the generated OpenAPI spec.