Skip to main content
Get supported features
curl --request GET \
  --url http://localhost/api/features
{
  "ttyd": true,
  "wifi": true,
  "serial": true
}

Documentation Index

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

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

Response

200 - application/json

Successful Response

ttyd
boolean
required
wifi
boolean
required
serial
boolean
required