talk
POST
/v2/openapi/audio/talkPlease use "talkPlus" instead
Request
Body Params application/json
deviceId
string | null
required
deviceId
channelId
integer | null
required
channelId
Example
{
"deviceId": "string",
"channelId": 0
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer | null
optional
data
string | null
optional
msg
string | null
optional
Example
{
"code": 0,
"data": "",
"msg": ""
}
Last modified: 4 个月前