Skip to main content

Adding the Recall Data Connector

  1. Visit the Data Connectors page in the Cloudglue app
  2. Enter your Recall.ai API key and region for your account
  3. Click Connect Recall Importer Architecture
  4. You’re done! You can now use your Recall.ai recordings directly with Cloudglue endpoints.
Ready to set up your data connector? Visit our app to configure your Recall connector.
Need help setting up your data connector? Contact our team directly for assistance with the setup process.

Using the Recall Data Connector with Cloudglue APIs

To use Recall.ai recordings with Cloudglue, you can use the recall://recording/{recording_id} prefix in your Cloudglue API requests. Example:
recall://recording/1234567890
Example API Request to get a multimodal description of a recording:
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
}'

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.

Removing the Recall Data Connector

To remove the Recall Data Connector, visit the Data Connectors page 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.