Skip to main content
GET
List available workflow capabilities
The capability catalogue: the deterministic media, document, archive, web and code operations that workflow steps — and POST /v1/capabilities/{id}/run — can invoke. These are not inference models. GET /v1/models lists those. A capability does a fixed job (resize this, extract that) at a fixed price; a model generates.

Authorizations

Authorization
string
header
required

API key in format: Bearer inf_***

Response

The full capability catalogue. Entries are ordered by category (video, audio, image, document, archive, web, code).

object
enum<string>
required

Always list.

Available options:
list
Example:

"list"

data
object[]
required

Every capability in the taxonomy, grouped by category in the order video, audio, image, document, archive, web, code.