Technique Runs
Start a technique run
Starts a run for a specific technique using the backward-compatible nested route. Mutating public API requests support an optional Idempotency-Key header for client retries; duplicate keys within two hours return idempotency_duplicate.
post/techniques/{techniqueId}/runs
Path parameters
techniqueIdstring required
Technique identifier or slug
Example:art-directors-critique
Technique identifier or slug
Request body
Response
Technique run started.
Example response
{
"run_id": "run_abc123",
"error_code": "provider_error",
"error_message": "The provider failed to complete the generation.",
"outputs": [
{
"output_id": "output_1",
"url": "https://media.flora.ai/output.png"
}
]
}