Upscale video to HDR
Convert an SDR video into HDR. On completion, the result contains exr_frames_url — a ZIP of per-frame EXR images suitable for color grading or HDR rendering pipelines.
Responds immediately with the job id and created_at timestamp. Poll GET /v2/video-to-video-hdr/{id} until the status is completed.
Authentication
AuthorizationBearer
API key authentication
Request
This endpoint expects an object.
video_uri
SDR source video in HTTPS URL or base64 data URI format. See Input Formats for supported formats and codecs.
Max frames (and max duration at 24 fps) depend on the input resolution tier — inputs are snapped to the smallest tier that fits by pixel count:
The output video preserves the input video’s resolution.
Response
Job submitted successfully
id
Unique job identifier. Use this to poll for status.
created_at
ISO 8601 timestamp of when the job was created.
Errors
400
Bad Request Error
401
Unauthorized Error
402
Payment Required Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error