Playground
Call a published automation as an HTTP endpoint. Pick an endpoint, fill its typed inputs, paste an API key, and run.
Loading endpoints…
Request
curl
curl -X POST https://app.jinbatrail.indx.jp/v1/run/<flow> \
-H "Authorization: Bearer bf_test_…" \
-H "Content-Type: application/json" \
-d '{
"inputs": {}
}'Response
Run the endpoint to see its output.