🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/video/spliceFrame \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0", "timestampMs": 1640995200000 } '
{ "clipUuid": "AAAAAAAAAAAAAAAAAAAAAA", "error": true, "errorMsg": "<string>", "region": "us-west-2", "warningMsg": "<string>" }
Send a request to create a single image from a point in time
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for creating a single image from a point in time.
RUUID with optional appended facet information
"AAAAAAAAAAAAAAAAAAAAAA.v0"
Timestamp in milliseconds for the frame
1640995200000
OK
Response object for creating a single image from a point in time.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Region where the frame clip is stored
"us-west-2"
Was this page helpful?