Editar imagens com Bria
Use a API de edição de imagens Bria via CometAPI para apagar, gen_fill, expandir, melhorar, ampliar a resolução ou substituir fundos com POST /bria/image/edit/.
Visão geral
A API de edição de imagens da Bria fornece um conjunto abrangente de ferramentas para manipular e melhorar imagens.request_id retornado para consultar os resultados por meio do endpoint Query Status.O parâmetro sync é fixo nesta interface — você não precisa especificá-lo.Operações compatíveis
Autorizações
Bearer token authentication. Use your CometAPI key.
Cabeçalhos
Must be application/json.
Parâmetros de caminho
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.
Resposta
Success
The response is of type object.