Bria Connector v1.0
1. General Information
Bria AI is an artificial intelligence company that provides visual generative AI tools to create high-quality images, videos, and other visual content. Their comprehensive API suite and pre-trained foundation models allow developers to integrate AI capabilities into their products easily.
2. Authentication
To authenticate Bria API requests we need to create an API token.

Click on Get API Key to generate an API token. This will redirect to the page below where we can get the existing keys and create the new ones as well.

3. Connector Action & Tests
For the trade show, we prepared one scenario: searching for an image with a given text prompt.
Action Name / METHOD | Search: Search for images matching the given text query (GET) | ||
---|---|---|---|
Action Description | Searching for AI-generated images according to a text query | ||
Output Data | url: Url of the generated image | ||
Request Body Name | Parameter | Type | Description (Example) |
| Style | String | photo realistic |
| Page | Integer | 1 |
| Camera | String | landscape |
| Num Results Per Page | Integer | 1 |
| Medium | String | photography |
| Query | String | Query form image generation, ex: Clean Oceans |
| Num Synthetic Results Per Page | Integer | 1 |
| Synchronous | Boolean | True (It must be true) |
| Atmosphere | String | warm |
| Synthetic Search | Boolean | True |
| Gallery Search | Boolean | False (if you will search from your image gallery) |
| Gallery Id | ? | NULL (Should be entered if Gallery Search is True) |


Output Data

Image in URL
Settings Parameters | Value | Description | Required (Y/N) | Default Value |
---|---|---|---|---|
Connector | Bria | Connector Name | Y | Bria |
Host Name | Endpoint required for performing CRUD | Y | ||
Authentication | Bearer | Type of authentication | Y |
|
