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"
}
}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.