/embed get ✏️
Description
Extracts embed data from a message link. You can return a readable preview (single-embed only), the raw JSON in a code block, or a CDN link to the JSON. Without count, all embeds on the message are returned.
If the message contains multiple embeds, you can select a specific one by index. If the JSON is too large (about 4000+ chars) or you explicitly choose cdn, the JSON is uploaded and a CDN URL is returned instead of a code block.
See Embed Management ✏️ for details on the JSON format.
Arguments
Name | Type | Description | Optional? | Additional |
|---|---|---|---|---|
| String | Link to the target message. | ❌ No | Use “Copy Message Link” in Discord. |
| Choice | Output format: | ✅ Yes | If omitted, |
| Integer | Which embed to select (0-based). | ✅ Yes | Only required if the message has multiple embeds. |
Notes
beautifulrenders a single embed’s fields as a readable preview.sourcereturns the JSON in a code block, if size allows.cdnuploads the JSON to the CDN and returns a URL.
Examples
Get JSON for all embeds
Returns a JSON array in a code block (or a CDN link if too large).
![]()
Get a readable preview (single embed)
Shows a readable preview of the first embed on that message.
![]()
Get a CDN link
Uploads the JSON and returns a CDN URL.
![]()