# Image Onboarding API Reference

Bria's Image Onboarding API allows registering images to Bria without database storage. 

It provides a simple way to obtain a visual identifier (visual_id) needed for specific Bria features like AI Search and the Image Editing Create endpoint. Images can be registered using either publicly accessible URLs or internal image keys. The API also includes functionality to remove registered images from your organization's gallery when needed.



## Servers

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

## Download OpenAPI description

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

## Endpoints

 - [POST /register](https://docs.bria.ai/image-onboarding/endpoints/register-image.md): **Description** A new visual can be registered to Bria without being uploaded to the database using the *Register Route*. This route returns a visual identification to the user. This is the recommende
 - [POST /{visual_id}/remove_image](https://docs.bria.ai/image-onboarding/endpoints/remove-image.md): **Description** With this route, you can remove an image from the gallery of your organization. The image won't be removed from Bria.
