This commit is contained in:
Ronaldson Bellande 2024-10-06 15:43:55 -04:00
parent 715f88a101
commit 5e9a565334

15
run_api.bellos Executable file
View File

@ -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 ""