curl --request POST \
--url https://api2.rhombussystems.com/api/camera/getMediaUris \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"cameraUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0"
}
'{
"error": true,
"errorMsg": "<string>",
"lanCheckUrls": [
"<string>"
],
"lanLiveH264Uris": [
"<string>"
],
"lanLiveM3u8Uris": [
"<string>"
],
"lanLiveMpdUris": [
"<string>"
],
"lanLiveOpusUris": [
"<string>"
],
"lanVodM3u8UrisTemplates": [
"<string>"
],
"lanVodMpdUrisTemplates": [
"<string>"
],
"wanLiveH264Uri": "rtsp://camera.example.com/live",
"wanLiveM3u8Uri": "https://camera.example.com/live.m3u8",
"wanLiveMpdUri": "https://camera.example.com/live.mpd",
"wanLiveOpusUri": "<string>",
"wanVodH264UriTemplate": "https://camera.example.com/vod/{timestamp}.h264",
"wanVodM3u8UriTemplate": "https://camera.example.com/vod/{timestamp}.m3u8",
"wanVodMpdUriTemplate": "https://camera.example.com/vod/{timestamp}.mpd",
"warningMsg": "<string>"
}Get media uris for camera to retrieve footage
curl --request POST \
--url https://api2.rhombussystems.com/api/camera/getMediaUris \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"cameraUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0"
}
'{
"error": true,
"errorMsg": "<string>",
"lanCheckUrls": [
"<string>"
],
"lanLiveH264Uris": [
"<string>"
],
"lanLiveM3u8Uris": [
"<string>"
],
"lanLiveMpdUris": [
"<string>"
],
"lanLiveOpusUris": [
"<string>"
],
"lanVodM3u8UrisTemplates": [
"<string>"
],
"lanVodMpdUrisTemplates": [
"<string>"
],
"wanLiveH264Uri": "rtsp://camera.example.com/live",
"wanLiveM3u8Uri": "https://camera.example.com/live.m3u8",
"wanLiveMpdUri": "https://camera.example.com/live.mpd",
"wanLiveOpusUri": "<string>",
"wanVodH264UriTemplate": "https://camera.example.com/vod/{timestamp}.h264",
"wanVodM3u8UriTemplate": "https://camera.example.com/vod/{timestamp}.m3u8",
"wanVodMpdUriTemplate": "https://camera.example.com/vod/{timestamp}.mpd",
"warningMsg": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://api-docs.rhombus.community/llms.txt
Use this file to discover all available pages before exploring further.
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.
api-token, api, partner-api-token, partner-api Request to get media URIs for a camera device.
RUUID with optional appended facet information
"AAAAAAAAAAAAAAAAAAAAAA.v0"
OK
Response containing media URIs for camera streaming and playback.
List of LAN check URLs to verify device availability
List of LAN check URLs to verify device availability
List of LAN H.264 live streaming URIs
List of LAN H.264 live streaming URIs
List of LAN M3U8 live streaming URIs
List of LAN M3U8 live streaming URIs
List of LAN MPD live streaming URIs
List of LAN MPD live streaming URIs
List of LAN URIs for live Opus audio streams
List of LAN URIs for live Opus audio streams
List of LAN M3U8 VOD URI templates
List of LAN M3U8 VOD URI templates
List of LAN MPD VOD URI templates
List of LAN MPD VOD URI templates
WAN H.264 live streaming URI
"rtsp://camera.example.com/live"
WAN M3U8 live streaming URI
"https://camera.example.com/live.m3u8"
WAN MPD live streaming URI
"https://camera.example.com/live.mpd"
WAN URI for live Opus audio stream
WAN H.264 VOD URI template
"https://camera.example.com/vod/{timestamp}.h264"
WAN M3U8 VOD URI template
"https://camera.example.com/vod/{timestamp}.m3u8"
WAN MPD VOD URI template
"https://camera.example.com/vod/{timestamp}.mpd"
Was this page helpful?