### Status Values
- **`IN_PROGRESS`** – The request has been accepted and is currently being processed.
Continue polling until the status changes to either `COMPLETED` or an error state.
- **`COMPLETED`** – The request was successfully processed.
The response includes either `result.image_url` for images or `result.video_url` for videos, , or structured_prompt (for structured prompt generation)."
For some endpoints, additional optional fields (seed, prompt, refined_prompt, structured_prompt) may be included.
- **`ERROR`** – A processing error occurred in the pipeline.
The response includes an `error` object with details about the failure. Polling should be stopped.
- **`UNKNOWN`** – An unexpected internal error occurred (equivalent to an HTTP `500` in asynchronous workflows).
This status should not occur under normal circumstances. If it does, contact [Support](mailto:support@bria.ai). and provide the `request_id`.

