Skip to main content
POST
Get media uris for doorbell camera to retrieve footage and audio

Authorizations

x-auth-apikey
string
header
required

Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).

Headers

x-auth-scheme
enum<string>
default:api-token
required

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.

Available options:
api-token,
api,
partner-api-token,
partner-api

Body

application/json
deviceUuid
string<DeviceFacetUuid> | null
DeviceFacetUuid

RUUID with optional appended facet information

Example:

"AAAAAAAAAAAAAAAAAAAAAA.v0"

Response

200 - application/json

OK

Response object containing media URIs for doorbell camera footage and audio.

lanCheckUrls
(string | null)[] | null

List of LAN check URLs to verify device availability on local network

List of LAN check URLs to verify device availability on local network

lanLiveH264Uris
(string | null)[] | null

List of LAN URIs for live H.264 video streams

List of LAN URIs for live H.264 video streams

lanLiveMpdUris
(string | null)[] | null

List of LAN URIs for live MPD streams

List of LAN URIs for live MPD streams

lanLiveOpusUris
(string | null)[] | null

List of LAN URIs for live Opus audio streams

List of LAN URIs for live Opus audio streams

lanVodM3u8UrisTemplates
(string | null)[] | null

List of LAN URI templates for VOD M3U8 streams

List of LAN URI templates for VOD M3U8 streams

lanVodMpdUrisTemplates
(string | null)[] | null

List of LAN URI templates for VOD MPD streams

List of LAN URI templates for VOD MPD streams

wanLiveH264Uri
string | null

WAN URI for live H.264 video stream

wanLiveMpdUri
string | null

WAN URI for live MPD stream

wanLiveOpusUri
string | null

WAN URI for live Opus audio stream

wanVodM3u8UriTemplate
string | null

WAN URI template for VOD M3U8 streams

wanVodMpdUriTemplate
string | null

WAN URI template for VOD MPD streams

Last modified on September 18, 2026