Video Enhance

Ruby

Runway's SDR→HDR converter. True HDR from any clip up to 30s — resolution, pixels, and audio untouched.

post/generate/enhance/runway/ruby

Headers

X-Webhook-URLstring uri

URL to receive a POST request when the job completes. The webhook will receive the job data including results.

Request body

output_format'hdr10' | 'hlg' | 'hdr_prores'

HDR output format: hdr10 (HEVC Main 10 BT.2020+PQ .mp4), hlg (HEVC Main 10 BT.2020+HLG .mp4), or hdr_prores (BT.2020+PQ ProRes .mov).

video_urlstring uri required

Can be an external URL, base64 data URI, or uploaded asset URL.

prores_profile'422' | '4444' | '422 HQ'

ProRes profile, only valid with hdr_prores (defaults to 422 HQ).

Response

The resulting job data. This will be returned in a pending state until the job is completed. See /jobs/{id} for retrieving the results.

job_idstring uuid required
status'backlogged' | 'queued' | 'scheduled' | 'processing' | 'sampling' | 'intermediate-complete' | 'completed' | 'failed' | 'cancelled' required
created_atstring date-time required
{"stackTrail":"paths:/generate/enhance/runway/ruby:post:responses:200:content:application/json:schema:properties:completed_at","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/generate/enhance/runway/ruby:post:responses:200:content:application/json:schema:properties:result","oasType":"schema","type":"unknown"}

Changes