curl --request GET \
--url http://localhost:3001/workflow/catalog{
"workflows": [
{
"name": "<string>",
"description": "<string>",
"path": "<string>",
"inputSchema": {
"$schema": "<string>",
"type": "<string>",
"properties": {},
"items": "<unknown>",
"required": [
"<string>"
],
"description": "<string>",
"additionalProperties": true,
"propertyNames": {
"type": "<string>"
},
"anyOf": "<array>"
},
"outputSchema": {
"$schema": "<string>",
"type": "<string>",
"properties": {},
"items": "<unknown>",
"required": [
"<string>"
],
"description": "<string>",
"additionalProperties": true,
"propertyNames": {
"type": "<string>"
},
"anyOf": "<array>"
},
"aliases": [
"<string>"
]
}
]
}curl --request GET \
--url http://localhost:3001/workflow/catalog{
"workflows": [
{
"name": "<string>",
"description": "<string>",
"path": "<string>",
"inputSchema": {
"$schema": "<string>",
"type": "<string>",
"properties": {},
"items": "<unknown>",
"required": [
"<string>"
],
"description": "<string>",
"additionalProperties": true,
"propertyNames": {
"type": "<string>"
},
"anyOf": "<array>"
},
"outputSchema": {
"$schema": "<string>",
"type": "<string>",
"properties": {},
"items": "<unknown>",
"required": [
"<string>"
],
"description": "<string>",
"additionalProperties": true,
"propertyNames": {
"type": "<string>"
},
"anyOf": "<array>"
},
"aliases": [
"<string>"
]
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.output.ai/llms.txt
Use this file to discover all available pages before exploring further.
The catalog
Each workflow available in this catalog
Show child attributes