Skip to main content
GET
/
robots
/
{robotId}
/
maps
/
{mapId}
/
download
Downloads a map binary image
curl --request GET \
  --url https://api.inorbit.ai/robots/{robotId}/maps/{mapId}/download \
  --header 'x-auth-inorbit-app-key: <api-key>'
"137 80 78 71 13 10 26 10 ..."

Documentation Index

Fetch the complete documentation index at: https://inorbitinc.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-auth-inorbit-app-key
string
header
required

InOrbit appKey authenticates API requests using a token.

You can obtain your appKey in the Authentication docs.

Path Parameters

robotId
string
required

The robot's id

mapId
string
required

The map id

Response

A binary map image. Note that response 302 is more frequently implemented.

The response is of type file.