---
title: "Generate Recorder Share URL"
description: "Generate a shareable public URL for a recorder/survey."
---

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

# Generate Recorder Share URL

Use the Speak AI MCP server tool `generate_recorder_url` to generate a shareable
public URL for a recorder/survey.

## What does it do?

Generate a shareable public URL for a recorder/survey.

## Parameters

`generate_recorder_url` takes 1 parameter, all of them required.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `recorderId` | string | Yes | Unique identifier of the recorder |

## Behaviour

The Speak AI MCP server publishes these behaviour hints for `generate_recorder_url`.

- Only reads data. Does not modify your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call is safe.
- Can reach systems outside Speak AI.

## Related

- [Recorders & surveys](/mcp/tools/recorders-surveys/) lists the rest of the
  Recorders & surveys category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/recorders-surveys/generate_recorder_url/index.mdx
