- README
- Update Record
- token
- customer
- device
- fence
- push
- video
- alarm
- audio
- gallery
- fleet
- gps
- Protocol AnalysisPOST
talkPlus
Singapore
https://mettahub.mettaxiot.com/gps
Singapore
https://mettahub.mettaxiot.com/gps
POST
/v2/openapi/audio/talk/plus
Request
Header Params
Authorization
string
required
Body Params application/json
deviceId
string | null
required
channelId
integer | null
required
>= 1
nodeValue
string | null
optional
Example
{
"deviceId": "string",
"channelId": 1,
"nodeValue": "string"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/audio/talk/plus' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "string",
"channelId": 1,
"nodeValue": "string"
}'
Responses
🟢200Success
application/json
Body
code
integer | null
optional
data
object (ApiTalkVO)
optional
deviceId
string | null
optional
channelId
integer | null
optional
talkChannel
string | null
optional
The value can be obtained from the interface /v2/openapi/video/nodes
talkUrl
string | null
optional
msg
string | null
optional
Example
{
"code": 0,
"data": {
"deviceId": "",
"channelId": 0,
"talkChannel": "",
"talkUrl": ""
},
"msg": ""
}
Modified at 2025-03-05 07:45:25