From 6117d6c3c2eefab83ae754eba4375a60761b7906 Mon Sep 17 00:00:00 2001 From: Ronaldson Bellande <47253433+RonaldsonBellande@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:57:51 -0400 Subject: [PATCH] Create run_api.bellos --- run_api.bellos | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 run_api.bellos diff --git a/run_api.bellos b/run_api.bellos new file mode 100644 index 0000000..a1345cc --- /dev/null +++ b/run_api.bellos @@ -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