Create run_api.bellos
This commit is contained in:

committed by
GitHub

parent
28877e603f
commit
6117d6c3c2
15
run_api.bellos
Normal file
15
run_api.bellos
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
curl -X 'POST' \
|
||||||
|
'https://bellande-robotics-sensors-research-innovation-center.org/api/Bellande_Distribution/bellande_distribution_function_nd' \
|
||||||
|
-H 'accept: application/json' \
|
||||||
|
-H 'Content-Type: application/json' \
|
||||||
|
-d '{
|
||||||
|
"mu_func": "i * 0.5",
|
||||||
|
"sigma_func": "1 + i * 0.1",
|
||||||
|
"x": [1.0, 2.0, 3.0],
|
||||||
|
"dimensions": 3,
|
||||||
|
"auth": {
|
||||||
|
"authorization_key": "bellande_web_api_opensource"
|
||||||
|
}
|
||||||
|
}'
|
||||||
|
|
||||||
|
echo
|
Reference in New Issue
Block a user