bellande_particle/run_api.bellos

23 lines
559 B
Plaintext
Raw Normal View History

2024-12-18 03:48:38 +00:00
curl -X 'POST' \
2024-12-18 05:02:06 +00:00
'https://bellande-robotics-sensors-research-innovation-center.org/api/Bellande_Particle/bellande_particle' \
2024-12-18 03:48:38 +00:00
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
2024-12-18 05:02:06 +00:00
"particle": [0, 0, 0, 1.0],
"movement": {
"rotation1": 45.0,
"translation": 1.0,
"rotation2": -45.0
},
"world": {
"width": 10.0,
"height": 10.0,
"markers": [[1.0, 1.0]]
},
"count": 10,
2024-12-18 03:48:38 +00:00
"auth": {
2024-12-18 05:02:06 +00:00
"authorization_key": "bellande_web_api_opensource"
2024-12-18 03:48:38 +00:00
}
}'
echo ""