---
title: "Get Embed Iframe URL"
description: "Get the iframe URL for embedding a media player/transcript on a webpage."
---

> 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.

# Get Embed Iframe URL

Use the Speak AI MCP server tool `get_embed_iframe_url` to get the iframe URL for
embedding a media player/transcript on a webpage.

## What does it do?

Get the iframe URL for embedding a media player/transcript on a webpage.

## Parameters

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

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `mediaId` | string | Yes | Unique identifier of the media file |

## Behaviour

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

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

## Related

- [Embed players](/mcp/tools/embed-other/) lists the rest of the Embed players
  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/embed-other/get_embed_iframe_url/index.mdx
