> ## Documentation Index
> Fetch the complete documentation index at: https://reviewport.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Embedded Reports

> Embedded Reports allow ReviewPort content to be securely displayed inside your own application using embeddable URLs.

This approach lets you surface ReviewPort insights without rebuilding report UIs or managing data synchronization.

***

## How Embedded Reports Work

Each report in ReviewPort has:

* A standard web URL
* A corresponding embedded version

### Standard report URL

```
https://www.thereviewport.com/reports/{reportId}
```

### Embedded report URL

```
https://www.thereviewport.com/reports/{reportId}/embed?apiKey={apiKey}
```

The embedded view:

* Is read-only
* Stays up to date automatically
* Uses your API key for access control

***

## Common Use Cases

Embedded reports are commonly used for:

* Internal dashboards
* Client-facing portals
* Data rooms
* Research platforms

This allows teams to share insights while keeping access scoped and controlled.

***

## Authentication & Security

* Embedded reports require an API key
* Access is governed by your account permissions
* Usage is tracked against your API key

***

## When to Use Embedded Reports

Use embedded reports when you:

* Want to display ReviewPort content visually
* Do not need raw JSON data
* Want the fastest integration path
