Bria ile görselleri düzenleyin
POST /bria/image/edit/ üzerinden silme, gen_fill, genişletme, iyileştirme, upscale veya arka plan değiştirme işlemlerini CometAPI aracılığıyla Bria Image Editing API ile gerçekleştirin.
Genel bakış
Bria’nın Image Editing API’si, görselleri düzenlemek ve iyileştirmek için kapsamlı bir araç seti sunar.request_id değerini kullanın.Bu arayüzde sync parametresi sabittir — belirtmeniz gerekmez.Desteklenen işlemler
Yetkilendirmeler
Bearer token authentication. Use your CometAPI key.
Başlıklar
Must be application/json.
Yol Parametreleri
Editing action to perform. Supported values: erase, gen_fill, expand, enhance, increase_resolution, replace_background.
Gövde
Source image as a public URL or base64-encoded data URI. Accepted formats: JPEG, PNG, WebP. Maximum 12 MB.
Mask image as a public URL or base64. White areas mark the region to edit; black areas are preserved. Required for erase, gen_fill, and expand actions.
Text description of the desired edit. Required for gen_fill and replace_background actions.
Number of result variants to generate. Default: 1.
When true, the response blocks until results are ready. When false (default), returns immediately with placeholder URLs that can be polled.
Yanıt
Success
The response is of type object.