Obtener tipos de nodos disponibles
🚀 Servidor de producción
https://api.hiveflow.com/api
🚀 Servidor de producción
https://api.hiveflow.com/api
GET
/types
Nodos
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.hiveflow.com/api/types'
Response Response Example
{
"success": true,
"types": [
{
"type": "custom",
"name": "Nodo Personalizado",
"description": "Nodo para procesamiento con LLM",
"category": "llm",
"capabilities": [
"conditional",
"async",
"webhook"
],
"inputTypes": [
"text",
"json",
"file"
],
"outputTypes": [
"text",
"json"
]
}
]
}
Request
None
Responses
Modified at 2025-06-19 15:26:15