Skip to main content
POST
/
v1
/
runmesh
/
devices
/
link
/
start
Begin a device-link flow (unauthenticated)
curl --request POST \
  --url https://api.runtools.ai/v1/runmesh/devices/link/start \
  --header 'Content-Type: application/json' \
  --data '
{
  "publicKey": "<string>",
  "deviceLabel": "<string>",
  "os": "<string>",
  "appVersion": "<string>",
  "hostname": "<string>",
  "clientMetadata": {}
}
'
{
  "data": {
    "code": "<string>",
    "url": "<string>",
    "expiresAt": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.runtools.ai/llms.txt

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

Body

application/json
publicKey
string
required
deviceLabel
string
os
string
appVersion
string
hostname
string
clientMetadata
object

Response

201 - application/json

Link initiated.

data
object