mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 17:37:02 +08:00
6 lines
176 B
Bash
6 lines
176 B
Bash
curl -X POST \
|
|
"$LANGFLOW_SERVER_URL/api/v1/webhook/$FLOW_ID" \
|
|
-H "Content-Type: application/json" \
|
|
-H "x-api-key: $LANGFLOW_API_KEY" \
|
|
-d '{"data": "example-data"}'
|