非同期画像リクエストと結果の準備状況について、CometAPI Query Status API(GET /bria/)で Bria 画像編集の進行状況を確認します。
curl --request GET \
--url https://api.cometapi.com/bria/{request_id} \
--header 'Authorization: Bearer <token>'{}request_id を使って、非同期の Bria Image Editing リクエストのステータスと結果を取得します。
request_id を使用してください。curl --request GET \
--url https://api.cometapi.com/bria/{request_id} \
--header 'Authorization: Bearer <token>'{}