Skip to content

Alexa

Get and set Alexa settings


Enable Alexa Beta ID

GET
/alexaEnableBetaId:{n}

Makes a call to https://10.10.10.254/httpapi.asp?command=alexaEnableBetaId:{n}

Parameters

Path Parameters

n*

The beta ID to enable

Type
integer
Required

Responses

Successful response

Playground

Variables
Key
Value

Samples


Get Alexa Profile

GET
/getAlexaProfile

Makes a call to https://10.10.10.254/httpapi.asp?command=getAlexaProfile

Responses

Successful response

Playground

Samples


Log out of Alexa

GET
/alexaLogOut

Makes a call to https://10.10.10.254/httpapi.asp?command=alexaLogOut

Responses

Successful response

Playground

Samples


Get Alexa Country

GET
/getAlexaCountry

Makes a call to https://10.10.10.254/httpapi.asp?command=getAlexaCountry

Responses

Successful response

Playground

Samples


Get Alexa Language List

GET
/alexaLanguageListGet

Makes a call to https://10.10.10.254/httpapi.asp?command=alexaLanguageListGet

Responses

Successful response

Playground

Samples


Get Alexa Language

GET
/alexaGetLanguage

Makes a call to https://10.10.10.254/httpapi.asp?command=alexaGetLanguage

Responses

Successful response

Playground

Samples


Set Alexa Country

GET
/setAlexaCountry:{str}

Makes a call to https://10.10.10.254/httpapi.asp?command=setAlexaCountry:{str}

Parameters

Path Parameters

str*

Country code to set for Alexa

Type
string
Required

Responses

Successful response

Playground

Variables
Key
Value

Samples


Set Alexa Language

GET
/alexaSetLanguage:{str}

Makes a call to https://10.10.10.254/httpapi.asp?command=alexaSetLanguage:{str}

Parameters

Path Parameters

str*

Language code to set for Alexa

Type
string
Required

Responses

Successful response

Playground

Variables
Key
Value

Samples


Get Alexa Voice Service Device Info

GET
/getAvsDevInfo

...

Responses

Successful response

Playground

Samples


Get Alexa Voice Service Music HD enable status

GET
/getAvsMusicHDEnable

...

Responses

Successful response

Playground

Samples


Set Alexa Voice Service Music HD enable

GET
/setAvsMusicHDEnable:{str}

...

Parameters

Path Parameters

str*

Unknown

Type
string
Required

Responses

Successful response

Playground

Variables
Key
Value

Samples


Powered by VitePress OpenAPI