From 5e9a565334aaafd3a0e03e96cc20d5f027518060 Mon Sep 17 00:00:00 2001 From: RonaldsonBellande Date: Sun, 6 Oct 2024 15:43:55 -0400 Subject: [PATCH] add --- run_api.bellos | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 run_api.bellos diff --git a/run_api.bellos b/run_api.bellos new file mode 100755 index 0000000..62ea96e --- /dev/null +++ b/run_api.bellos @@ -0,0 +1,15 @@ +curl -X 'POST' \ + 'https://bellande-robotics-sensors-research-innovation-center.org/api/Bellande_Step/bellande_step_nd' \ + -H 'accept: application/json' \ + -H 'Content-Type: application/json' \ + -d '{ + "node0": [0, 0, 0], + "node1": [100, 100, 100], + "limit": 75, + "dimensions": 3, + "auth": { + "authorization_key": "bellande_web_api_opensource" + } + }' + +echo ""