# Image Generation API Reference

Below you will find the technical specifications, request schemas, and response models for our endpoints. 

Choose an endpoint from the sidebar to view code samples and run test requests.



## Servers

```
https://engine.prod.bria-api.com/v2
```

## Download OpenAPI description

 - [Image Generation API Reference](https://docs.bria.ai/_bundle/image-generation.yaml)

## Endpoints

 - [POST /image/generate](https://docs.bria.ai/image-generation/endpoints/image-generate.md): [**Try out this capability in Bria's sandbox**](https://platform.bria.ai/image-generation/fibo-generate/sandbox) **Description** Generates a new image based on your inputs. This all-in-one endpoint fi
 - [POST /image/generate/lite](https://docs.bria.ai/image-generation/endpoints/image-generate-lite.md): [**Try out this capability in Bria's sandbox**](https://platform.bria.ai/image-generation/fibo-lite-generate/sandbox) **Description** Generates a new image based on your inputs using the **fast and ef
 - [POST /structured_prompt/generate](https://docs.bria.ai/image-generation/endpoints/structured-prompt-generate.md): Creates a new detailed, machine-readable structured prompt in JSON format or refines an existing one using text or image inputs. This endpoint uses the state-of-the-art **Gemini 2.5 Flash** VLM bridge
 - [POST /structured_prompt/generate_from_diff](https://docs.bria.ai/image-generation/endpoints/structured-prompt-generate-from-diff.md): Generates a new, optimized `structured_prompt` by analyzing the semantic difference between an original structred_prompt and a user-edited version. This endpoint is relevant for applications that allo
 - [POST /structured_prompt/generate/lite](https://docs.bria.ai/image-generation/endpoints/structured-prompt-generate-lite.md): Creates a new detailed, machine-readable structured prompt in JSON format for the **speed-optimized Fibo Lite Pipeline**. This endpoint uses Bria's standard **FIBO-VLM** bridge (open-source, available
