🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/video/cancelSpliceV2 \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"clipUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"clipUuidList": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"deviceUuids": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
]
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Cancel a spliced clip request
curl --request POST \
--url https://api2.rhombussystems.com/api/video/cancelSpliceV2 \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"clipUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"clipUuidList": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"deviceUuids": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
]
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for canceling a spliced clip V2.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
List of clip UUIDs to cancel
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
List of device facet UUIDs associated with the clips
RUUID with optional appended facet information
"AAAAAAAAAAAAAAAAAAAAAA.v0"
Was this page helpful?