Skip to main content
Set Preferences
curl --request POST \
  --url http://localhost/api/preferences/save_preferences \
  --header 'Content-Type: application/json' \
  --data '
{
  "default_stream": {
    "host": "192.168.2.1",
    "port": 5600
  },
  "suggest_host": true,
  "frequency_offset": 0
}
'
{
  "success": 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.

Body

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

Response

Successful Response

success
boolean
default:true