How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Flora.ai API

The Flora.ai public REST API (v1.6.0) exposes the FLORA creative canvas programmatically: discover and run saved Techniques, start one-off model generations, list the model catalog, manage workspaces and projects, upload assets through signed URLs, read and patch the project canvas as a Mermaid graph, and run prebuilt canvas actions. Bearer API-key auth (sk_live_ prefix), optional idempotency keys on mutations, and optional signed HMAC-SHA256 webhooks on run completion.

Flora.ai API is one of 2 APIs that FLORA publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Techniques, Technique Runs, Generations, Assets, and Project. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, and rate-limit docs.

This API exposes 28 operations across 25 paths, organized into 11 resource areas. It is described by OpenAPI 3.1.1, at version 1.6.0.

Requests are made against a single base URL, https://app.flora.ai/api/v1.

28 operations 25 paths 0 schemas 14 GET1 PATCH13 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.1
API Version
1.6.0
Base URL
https://app.flora.ai/api/v1
Authentication
HTTP Bearer
License
Proprietary
Resource Areas
11

Authentication & Security 1

Flora.ai API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Flora API key

Paths & Operations 28

Across 25 paths, the API surfaces 28 operations — 14 GET, 1 PATCH, 13 POST. They span 11 resource areas, including Actions, Workspaces, Projects, Canvas, Models, Techniques, Technique Runs, Assets, and 3 more. Each is listed below with its method, path, parameters, and response codes.

Actions 2

Prebuilt action catalog endpoints.

GET
/actions
List actions
listActions → 200400401402403404409429
GET
/actions/{actionId}
Get an action
getAction 1 param → 200400401402403404409429
Workspaces 1

Workspace discovery endpoints.

GET
/workspaces
List accessible workspaces
listWorkspaces → 200400401402403404409429
Projects 5

Project management endpoints.

GET
/projects
List workspace projects
listProjects 4 params → 200400401402403404409429
POST
/projects
Create a project
createProject body → 201400401402403404409429
GET
/projects/{projectId}
Get a project
getProject 1 param → 200400401402403404409429
GET
/projects/{projectId}/canvas
Get project canvas
getProjectCanvas 1 param → 200400401402403404409429
PATCH
/projects/{projectId}/canvas
Patch project canvas
patchProjectCanvas 1 param body → 200400401402403404409429
Canvas 4

Project canvas endpoints.

POST
/projects/{projectId}/actions
Create a canvas action
createCanvasAction 1 param body → 201400401402403404409429
POST
/projects/{projectId}/actions/{nodeId}/run
Run a canvas action
runCanvasAction 2 params → 201400401402403404409429
GET
/projects/{projectId}/nodes
List project canvas nodes
listCanvasNodes 3 params → 200400401402403404409429
POST
/projects/{projectId}/assets/{assetId}/attach
Attach an asset to a canvas
attachCanvasAsset 2 params → 201400401402403404409429
Models 1

Model catalog endpoints.

GET
/models
List available models
listModels 1 param → 200400401402403404409429
Techniques 2

Technique catalog endpoints.

GET
/techniques
List techniques
listTechniques 4 params → 200400401402403404409429
GET
/techniques/{techniqueId}
Get a technique
getTechnique 1 param → 200400401402403404409429
Technique Runs 2

Nested technique run endpoints.

POST
/techniques/{techniqueId}/runs
Start a technique run
startTechniqueRun 1 param body → 200201400401402403404409
GET
/techniques/{techniqueId}/runs/{runId}
Get a technique run
getTechniqueRun 2 params → 200400401402403404409429
Assets 5

Asset upload and retrieval endpoints.

GET
/assets
List assets
listAssets 5 params → 200400401402403404409429
POST
/assets
Create an asset upload
uploadAsset body → 201400401402403404409429
GET
/assets/{assetId}
Get an asset
getAsset 1 param → 200400401402403404409429
POST
/assets/{assetId}/complete
Complete a signed asset upload
completeAssetUpload 1 param → 200400401402403404409429
POST
/assets/{assetId}/retry
Retry a signed asset upload
retryAssetUpload 1 param → 200400401402403404409429
Runs 4

Top-level run creation endpoints.

GET
/runs/{runId}
Get a run
getRun 1 param → 200400401402403404409429
POST
/runs/action
Start an action run
createActionRun body → 201400401402403404409429
POST
/runs/generationdeprecated
Start a generation run
createGenerationRun body → 201400401402403404409429
POST
/runs/technique
Start a top-level technique run
createTopLevelTechniqueRun body → 201400401402403404409429
Feedback 1

Product feedback endpoints.

POST
/feedback
Record product feedback
recordFeedback body → 201400401402403404409429
Generations 1

Generation endpoints.

POST
/generate
Start a generation
startGeneration body → 201400401402403404409429

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

flora-fauna-flora-api-openapi.yml Raw ↑

Other APIs FLORA publishes across the network.

FLORA MCP Server
Where this information came from

This is an independent, third-party profile of Flora.ai API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.