Podio API Documentation

Embeds: Get an embed

GET /embed/{embed_id}

Returns the contents of an embed.

Parameters
embed_id*
Required.
link_id
Response {
"embed_id": The id of the link,
"original_url": The url the user originally provided,
"resolved_url": The final url after redirects (e.g. if the url was shortened link),
"type": See area description,
"title": The title of the linked content,
"description": An descriptive excerpt of the linked content,
"created_on": When the link was created,
"provider_name": The name of the linked service provider or website,
"embed_html": HTML object extracted from the link that can be embedded as is,
"embed_width": Width of the embedded object,
"embed_height": Height of the embedded object
}  

Sandbox

Try the operation "/embed/{embed_id}"

You can simulate the API request by filling out the arguments below, and press the submit button to see the response.

You need to be logged in to Podio to use the Sandbox. Login here