Sharing & Embedding
Share your demos anywhere with a link or embed code.
Last updated
<iframe
src="https://studio.saltfish.ai/demo-embed/YOUR_DEMO_ID"
width="800"
height="450"
frameborder="0"
allow="fullscreen"
style="border-radius: 8px; border: 1px solid #e5e7eb;">
</iframe><div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe
src="https://studio.saltfish.ai/demo-embed/YOUR_DEMO_ID"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; border-radius: 8px;"
allow="fullscreen">
</iframe>
</div>GET https://studio-api.saltfish.ai/studio/oembed?url=https://studio.saltfish.ai/demo-share/YOUR_DEMO_IDResponse:
{
"type": "rich",
"version": "1.0",
"title": "Your Demo Title",
"provider_name": "Saltfish",
"width": 800,
"height": 450,
"html": "<iframe src=\"...\"></iframe>",
"thumbnail_url": "https://storage.googleapis.com/..."
}