v1

latestOpenAPI 3.0.02026-08-061612131.2 KB
Automotive Endpoints

Tires Refinement

Try out this capability in Bria's Automobile Playground

Description Enhances the appearance of the vehicle tires by adding realistic textures that match specific surfaces - snow, mud, grass.

This endpoint accepts a binary mask of all tires and returns the image with refined tires. You can optionally receive the refined wheels as a separate layer.

post/product/vehicle/refine_tires

Headers

api_tokenstring required

API token associated with the organization

Request body

image_urlstring

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

filestring

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

layersboolean

If true, returns only the refined wheels layer. If false, returns the full image with refined wheels.

Response

Wheel refinement successfully applied.

urlstring

URL of the full image with refined wheels.

layer_urlstring

URL of the separate refined wheels layer. Only returned if layers=true.

seedinteger

Optional seed used for generation.