---
title: "List techniques"
method: GET
path: "/techniques"
tags: ["Techniques"]
---

# List techniques

`GET /techniques`

Returns reusable Flora techniques visible to the authenticated public API key. Use workspace_id, query, cursor, and limit to filter the catalog.

## Query parameters

- `limit` integer — Maximum number of results to return
- `cursor` string — Opaque cursor for fetching the next page
- `query` string — Search query
- `workspace_id` string — Workspace identifier

## Response `200`

Techniques returned.

- object
  - `techniques` object[], required
    - `technique_id` string, required — Technique identifier
    - `name` string, required — Technique name
    - `description` string — Technique description
    - `run_cost` number, required
    - `inputs` object[], required
      - `id` string, required — Technique input or output identifier
      - `name` string, required — Technique input or output display name
      - `type` 'imageUrl' | 'videoUrl' | 'audioUrl' | 'text' | 'documentUrl', required — Technique input or output media type
      - `description` string — Technique input or output description
      - `specifiedAspectRatio` string — Required aspect ratio
      - `specifiedDuration` number — Required duration in seconds
    - `outputs` object[], required
      - `id` string, required — Technique input or output identifier
      - `name` string, required — Technique input or output display name
      - `type` 'imageUrl' | 'videoUrl' | 'audioUrl' | 'text' | 'documentUrl', required — Technique input or output media type
      - `description` string — Technique input or output description
      - `specifiedAspectRatio` string — Required aspect ratio
      - `specifiedDuration` number — Required duration in seconds
  - `meta` object, required
    - `next_cursor` string, nullable, required — Opaque cursor for fetching the next page
    - `total_estimate` integer, nullable — Estimated total matching items

---

[API](https://skmtc.dev/florafauna-ai/apis/flora-ai-api.md) · [All operations](https://skmtc.dev/florafauna-ai/apis/flora-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/florafauna-ai/flora-ai-api/revisions/cb3cd5e5da7c/schema)
