Product Shot Editing
/- Vehicle Shot by Image (Coming soon)
Vehicle Shot by text
Segmentation
Reflections
Tires Refinement
Apply Effects
Harmonization
Vehicle Shot by Image (Co...
POST
import requests
url = "https://engine.prod.bria-api.com/v1/product/vehicle/shot_by_image"
headers = {"api_token": "YOUR_API_KEY_HERE"}
response = requests.post(url, headers=headers)
data = response.json()
print(data)