Skip to content
FLORA DocsGo to app

Runs

Top-level run creation endpoints.

Start a generation run
client.Runs.StartGeneration(ctx, body) (*RunStartGenerationResponse, error)
POST/runs/generation
Start a top-level technique run
client.Runs.StartTechnique(ctx, body) (*RunStartTechniqueResponse, error)
POST/runs/technique