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

# Embed Data App API (CRUD)

APIs to create, update, delete, and list embed configurations associated with dashboards or metrics in data app

## API Endpoints

### Cloud Databrain Endpoint

```bash theme={"dark"}
POST https://api.usedatabrain.com/api/v2/dataApp/embed/{method_path}
```

### Self-hosted Databrain Endpoint

```bash theme={"dark"}
POST <SELF_HOSTED_URL>/api/v2/dataApp/embed/{method_path}
```

<ParamField header="Authorization" type="string" required>
  Bearer token for API authentication. Format: `Bearer YOUR_API_TOKEN`.
</ParamField>
