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

# Recall.ai

> Connect your Recall.ai meeting recordings to Cloudglue

Connect your Recall.ai account to use your media recordings with Cloudglue APIs.

## Adding the Recall Data Connector

1. Navigate to the [Data Connectors page](https://app.cloudglue.dev/home/data-connectors) in the Cloudglue app.
2. Click the Recall data connector card. <img src="https://mintcdn.com/aviary/tPIU4S1yLMHZDipi/images/data-connectors/recall-import.webp?fit=max&auto=format&n=tPIU4S1yLMHZDipi&q=85&s=99c0c657dcb02e08db696bdf385a4185" alt="Recall data connector focused" width="1820" height="896" data-path="images/data-connectors/recall-import.webp" />
3. Follow the popup instructions to authorize Cloudglue access to your recordings.
4. Verify the connection by checking for the **Connected** indicator on the card.

<Note>
  Ready to set up your Recall data connector? Visit [our
  app](https://app.cloudglue.dev/home/data-connectors) to get started.
</Note>

<Info>
  **Need help setting up your data connector?** Contact our team directly for
  assistance with the setup process.
</Info>

## Using Recall with Cloudglue

To use Recall.ai recordings with Cloudglue, you can use the `recall://recording/{recording_id}` prefix in your Cloudglue API requests.

Example:

```bash theme={null}
recall://recording/1234567890
```

**Example API Request to get [a multimodal description](/api-reference/endpoint/describe/post) of a recording:**

```bash theme={null}
curl --request POST \
  --url https://api.cloudglue.dev/v1/describe \
  --header 'Authorization: Bearer YOUR_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "recall://recording/1234567890",
  "enable_summary": true,
  "enable_speech": true,
  "enable_visual_scene_description": true,
  "enable_scene_text": true
}'
```

## UI Importing for Testing

Use the Cloudglue integration UI to quickly import Recall files for testing your endpoints.

<img src="https://mintcdn.com/aviary/tPIU4S1yLMHZDipi/images/data-connectors/recall-quick-import.webp?fit=max&auto=format&n=tPIU4S1yLMHZDipi&q=85&s=54def28324a2c81e1dc29023cf0e9b19" alt="File Chooser" width="2198" height="882" data-path="images/data-connectors/recall-quick-import.webp" />

To access this page, visit [our app](https://app.cloudglue.dev/home/data-connectors) and click on **Select Videos** on the Recall connector. <img src="https://mintcdn.com/aviary/tPIU4S1yLMHZDipi/images/data-connectors/recall-import-connected.webp?fit=max&auto=format&n=tPIU4S1yLMHZDipi&q=85&s=a2bfd26b25886f000c28de4477c4ec7a" alt="Quick Import Button" width="1824" height="454" data-path="images/data-connectors/recall-import-connected.webp" />

## Managing Access

You maintain full control over your data access. To remove the Recall Data Connector, visit the [Data Connectors page](https://app.cloudglue.dev/home/data-connectors) and click **Disconnect** under Recall.

Once removed:

* You cannot import new recordings into Cloudglue until you reconnect.
* Any recordings you previously imported will remain in Cloudglue. These can be viewed and deleted from [File Management](https://app.cloudglue.dev/home/files).

## Security

Cloudglue uses your Recall.ai API key to securely access your recordings. This approach:

* **Maintains your control** - You own and manage the connector. Revoke the API Key at any time to stop Cloudglue from accessing your recordings.
