Modificare immagini con Bria
Usa la Bria Image Editing API tramite CometAPI per erase, gen_fill, expand, enhance, upscale o sostituire gli sfondi con POST /bria/image/edit/.
Panoramica
La Bria Image Editing API offre una suite completa di strumenti per manipolare e migliorare le immagini.request_id restituito per interrogare i risultati tramite l’endpoint Query Status.Il parametro sync è fisso in questa interfaccia — non è necessario specificarlo.Operazioni supportate
Autorizzazioni
Bearer token authentication. Use your CometAPI key.
Intestazioni
Must be application/json.
Parametri del percorso
Editing action to perform. Supported values: erase, gen_fill, expand, enhance, increase_resolution, replace_background.
Corpo
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.
Risposta
Success
The response is of type object.