Skip to main content
GET
/
bria
/
{request_id}
cURL
REQUEST_ID="<request_id>"

curl "https://api.cometapi.com/bria/$REQUEST_ID" \
  -H "Authorization: Bearer $COMETAPI_KEY"
{
  "result": {
    "seed": 746992730,
    "image_url": "https://temp.bria.ai/9c4d61bbc940/<request_id>.png",
    "refined_prompt": "Cliffside silhouette in a cozy living room, warm ambient light."
  },
  "status": "COMPLETED",
  "request_id": "<request_id>"
}

Overview

Retrieve the status and result of an asynchronous Edit images with Bria request by its request_id.
This endpoint is only used for Bria Image Editing tasks. Use the request_id returned from the editing API call.

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your CometAPI key.

Path Parameters

request_id
string
required

The request_id returned by the Bria Image Editing API

Response

200 - application/json

Success

The response is of type object.