Gerra LogoGerra
API Reference/Mecha/Action

Follow a sequence of coordinates

Move the robot through a list of waypoints.

POST
/mecha/action/move

Request Body

application/jsonRequired
bodyRequiredPath

Query Parameters

mecha_idRequiredMecha Id
speedSpeed
Default: 1

Header Parameters

gerra-api-keystring | null | null

Response Body

Successful Response

TypeScript Definitions

Use the response body type in TypeScript.

responseRequiredunknown
curl -X POST "https://api.gerra.com/mecha/action/move?mecha_id=string&speed=1" \
  -H "gerra-api-key: string" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "property1": 0,
      "property2": 0
    }
  ]'
null