# Bria Attribution Service API Reference

The Bria **Attribution Service** enables developers to integrate Bria’s patented attribution technology, ensuring transparent compensation to content owners for their contributions to AI-generated outputs. 

This service supports both **Image** and **Video** assets via two integration architectures: 

**Attribution with No Compute Cost**, where assets are sent directly to Bria for processing.

**Attribution with Full Data Privacy**, where the Attribution Model is hosted within your environment and only irreversible vectors (embeddings) are shared with Bria.


Version: 1.1.0

## Servers

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

## Security

### BearerAuth

Type: http
Scheme: bearer

## Download OpenAPI description

[Bria Attribution Service API Reference](https://docs.bria.ai/_bundle/bria-attribution-service.yaml)

## Image Attribution

### Attribution via Images API

 - [POST /v2/image/attribution/by_image](https://docs.bria.ai/bria-attribution-service/image-attribution/postattributionbyimage.md)

### Attribution By Embedding (irreversible vectors - self-hosted)

 - [POST /v2/image/attribution/by_embedding](https://docs.bria.ai/bria-attribution-service/image-attribution/postattributionbyembedding.md): Integration for self-hosted image attribution models. See Bria Attribution GitHub.

## Video Attribution

### Attribution via URL

 - [POST /v2/video/attribution/by_video](https://docs.bria.ai/bria-attribution-service/video-attribution/postattributionbyvideo.md)

### Attribution By Embedding (self-hosted)

 - [POST /v2/video/attribution/by_embedding](https://docs.bria.ai/bria-attribution-service/video-attribution/postattributionbyvideoembedding.md): Send irreversible video vectors (stills and motion) for attribution.

