MeetGeek icon

MeetGeek

Interact with MeetGeek API

Actions8

Overview

The node enables uploading a recording to the MeetGeek platform by providing a direct download URL of the recording file. This operation is useful for automating the ingestion of meeting recordings into MeetGeek for further processing, such as transcription, summarization, or analysis.

Typical use cases include:

  • Automatically uploading recorded meetings from external storage or conferencing platforms.
  • Integrating with workflows that capture meeting recordings and want to leverage MeetGeek's AI-powered meeting insights.
  • Specifying optional parameters like meeting templates and language codes to customize processing.

Properties

Name Meaning
Download URL An accessible URL that initiates a direct download of the recording when accessed. This is required to upload the recording to MeetGeek.
Template (Optional) A meeting template name to customize how the recording is processed. See the appendix for available options.
Language Code (Optional) The language code of the recording to assist transcription and processing. See the appendix for supported codes.

Output

The output JSON contains the response from the MeetGeek API after uploading the recording. It typically includes metadata about the uploaded recording, such as its ID, status, and any processing details returned by the API.

No binary data output is produced by this node operation.

Dependencies

  • Requires an API authentication token credential for MeetGeek.
  • The node dynamically selects the API base URL based on the token prefix (US or EU region).
  • Network access to the provided download URL must be publicly accessible or reachable by MeetGeek servers.

Troubleshooting

  • Invalid or inaccessible Download URL: Ensure the URL directly triggers a file download without additional redirects or authentication barriers.
  • API authentication errors: Verify the API token is valid and has necessary permissions.
  • Unsupported template or language code: Use only values listed in the official MeetGeek appendices linked in the property descriptions.
  • Network issues: Confirm that MeetGeek servers can reach the download URL and that there are no firewall restrictions.
  • Unexpected API errors: Check the error message returned by the API for hints; enabling "Continue On Fail" can help process multiple items even if some fail.

Links and References

Discussion