Skip to main content
POST
/
connect
/
robotKey
Generates a robot key
curl --request POST \
  --url https://api.inorbit.ai/connect/robotKey \
  --header 'Content-Type: application/json' \
  --header 'x-auth-inorbit-app-key: <api-key>' \
  --data '
{
  "robotModel": "<string>"
}
'
{
  "robotKey": "<string>"
}

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.

Body

application/json

Generates a robot key

robotModel
string
required

InOrbit Connect certified robot model

Response

Robot key generated successfully.

robotKey
string
required

InOrbit robot key