Update README.md

This commit is contained in:
Ronaldson Bellande 2024-08-04 01:39:31 -04:00 committed by GitHub
parent fcf97e300e
commit cea31c7c08

View File

@ -23,6 +23,23 @@
}
```
# Quick APi Testing
```
curl -X 'POST' \
'https://bellanderoboticssensorsresearchinnovationcenterwebsite-kot42qxp.b4a.run/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"
}
}'
```
# BS(Bellande Step) Algorithm API
## Experiment 1 -- Limit = 1