v1

latestOpenAPI 3.0.02026-08-061612131.2 KB
Automotive Endpoints

Harmonization

Try out this capability in Bria's Automobile Playground

Description Applies predefined lighting and tone presets to match the product image with a desired environmental context.

Available presets include hot-day, cold-day, hot-night, and cold-night. These harmonization styles help unify the subject with its background for a consistent and visually appealing result.

post/product/vehicle/harmonize

Headers

api_tokenstring required

API token associated with the organization

Request body

image_urlstring

The URL of the vehicle image. If both image_url and file are provided, image_url takes precedence. Accepted formats are jpeg, jpg, png, webp.

filestring

The vehicle image in base64 format. Used only if image_url is not provided. Accepted formats are jpeg, jpg, png, webp.

presetstring

The preset to apply. Supported values are warm-day, cold-day, warm-night, cold-night.

Response

Preset applied successfully.

urlstring

URL of the image with the preset applied.