Check Bria Image Editing progress with CometAPI Query Status API (GET /bria/) for async image requests and results readiness.
curl --request GET \
--url https://api.cometapi.com/bria/{request_id} \
--header 'Authorization: Bearer <token>'{}Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
request_id.
request_id returned from the editing API call.curl --request GET \
--url https://api.cometapi.com/bria/{request_id} \
--header 'Authorization: Bearer <token>'{}