mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
* feat(cloud): default distributed plans to v2 * fix(cloud): address plan v2 review feedback * fix(examples): document explicit v2 samples
10 lines
303 B
JSON
10 lines
303 B
JSON
{
|
|
"Action": "renderChunk",
|
|
"PlanProtocol": "v1",
|
|
"PlanS3Uri": "s3://example-bucket/renders/sample/plan.tar.gz",
|
|
"PlanHash": "0000000000000000000000000000000000000000000000000000000000000000",
|
|
"ChunkIndex": 0,
|
|
"ChunkOutputS3Prefix": "s3://example-bucket/renders/sample/",
|
|
"Format": "mp4"
|
|
}
|