Ejecutar flujo mediante trigger público
🚀 Servidor de producción
https://api.hiveflow.com/api
🚀 Servidor de producción
https://api.hiveflow.com/api
POST
/triggers/flow/{flowId}/{apiKey}
Triggers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.hiveflow.com/api/triggers/flow//' \
--header 'Content-Type: application/json' \
--data-raw '{
"inputs": {
"input": {
"value": "Texto para procesar"
}
}
}'
Response Response Example
{
"success": true,
"processId": "string",
"timestamp": "2019-08-24T14:15:22Z",
"results": [
{}
]
}
Request
Path Params
flowId
string
required
apiKey
string
required
Body Params application/json
Responses
Modified at 2025-06-19 15:26:15