Skip to main content
Skip table of contents

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.

image-20241227-113845.png

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.

image-20241227-113932.png


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

https://engine.prod.bria-api.com/v1

Endpoint required for performing CRUD

Y

https://engine.prod.bria-api.com/v1

Authentication

Bearer

Type of authentication

Y

 

image-20241227-114052.png

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.