Flask APIs
Introduction
This is the flask api and backend of the command center, to launch this, navigate to the directory and run the launch script:
launch-flask-api If successful, you should see something similiar to this:
---------------------------------------------
STARTING HACKERBOT FLASK API
---------------------------------------------
---------------------------------------------
SUCCESS! Hackerbot Web Application is Running!
Flask Backend: http://localhost:5000
http://10.1.10.110:5000
Log file: /home/bobby/hackerbot/logs/hackerbot_flask_202503251849.txt
---------------------------------------------To stop the process, run the stop script:
stop-flask-api You should see something like this in your console:
API Reference
This section provides a reference for all RESTful endpoints used to control the Hackerbot platform. These APIs are organized by module:
Core,Base,Head, andArm.
🧪 Quick Examples
Ping the Core
Start the Base
Drive the Robot
Navigation
Make the Robot Speak
Move the head
Last updated