Color Adjust

Video·Video-API·by eachlabs

Color Adjust fine-tunes brightness, contrast, saturation, and gamma on any video, correcting exposure and color balance before you publish it.

Runtime (p50)
1m
Estimated price
$1.80 / unit
Call the API
prediction.sh
sh
curl -X POST \
  -H "Authorization: Bearer $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  --data '{
    "model": "color-adjust",
    "version": "0.0.1",
    "input": {
        "gamma": 1,
        "video": "https://cdn-us.eachlabs.ai/defaults/d6629bc506c34e6c847517d8eb78f99a.mp4",
        "contrast": 2,
        "brightness": -1,
        "saturation": 2,
        "what_to_do": "Cinematic look."
    },
    "webhook_url": ""
}' \
  https://api.eachlabs.ai/v1/prediction/

Related models

4 models
* FAQ

About Color Adjust

01 / 03

What does Color Adjust do?

Color Adjust fine-tunes brightness, contrast, saturation, and gamma on a video. On the each::labs Video API it corrects exposure and color balance directly, letting you fix flat or off-color footage without a separate editing suite.