Skip to main content
Get Preferences
curl --request GET \
  --url http://localhost/api/preferences
{
  "default_stream": {
    "host": "192.168.2.1",
    "port": 5600
  },
  "suggest_host": true,
  "frequency_offset": 0
}

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

default_stream
StreamEndpointModel · object
suggest_host
boolean
default:true
frequency_offset
number
default:0