---
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 — Cost per run in USD
    - `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
      - `specified_aspect_ratio` string — Required aspect ratio
      - `specified_duration` 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
      - `specified_aspect_ratio` string — Required aspect ratio
      - `specified_duration` 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

## Other responses

- `400` — 400
- `401` — 401
- `402` — 402
- `403` — 403
- `404` — 404
- `409` — 409
- `429` — 429
- `500` — 500

---

[API](https://skmtc.net/florafauna-ai/apis/flora-ai-api.md) · [All operations](https://skmtc.net/florafauna-ai/apis/flora-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/florafauna-ai/flora-ai-api/versions/2f4a714f8ce9/schema)
