- README
- Update Record
- token
- customer
- device
- fence
- push
- video
- alarm
- audio
- gallery
- fleet
- gps
- Protocol AnalysisPOST
liveVideo
Singapore
Singapore
POST
/v2/openapi/video/live
Request
Header Params
Authorization
string
required
Body Params application/json
deviceId
string | null
required
channelId
integer | null
required
start with 1
>= 1
bitstreamType
integer | null
optional
nodeValue
string | null
optional
Example
{
"deviceId": "string",
"channelId": 1,
"bitstreamType": 0,
"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/video/live' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "string",
"channelId": 1,
"bitstreamType": 0,
"nodeValue": "string"
}'
Responses
🟢200Success
application/json
Body
code
integer | null
optional
data
string | null
optional
msg
string | null
optional
Example
{
"code": 0,
"data": "",
"msg": ""
}
Modified at 2025-03-05 07:44:27