Orshot Embed lets you integrate the full Studio experience directly into your application. Your users can create, edit, and customize designs without leaving your platform.
Think of it as Studio-as-a-Service. Instead of redirecting users to a separate design tool, you embed the entire Orshot Studio interface right in your app. Users get the complete design experience - templates, editing tools, customization options - all seamlessly integrated.
The simplest embed looks like this:
<embed
src="https://orshot.com/embeds/your-embed-id"
style="width: 100%; height: 100%; min-height: 500px; border-radius: 8px;"
/>Open with a specific template:
<embed
src="https://orshot.com/embeds/your-embed-id?templateId=123"
style="width: 100%; height: 100%; min-height: 500px; border-radius: 8px;"
/>With a specific language:
<embed
src="https://orshot.com/embeds/your-embed-id?templateId=123&lang=spanish"
style="width: 100%; height: 100%; min-height: 500px; border-radius: 8px;"
/>This guide covers everything you need to embed Studio in your app. Start with the configuration settings, then explore customization options and webhook integration.
Ready to get started? Head to your workspace embed settings to generate your first embed.
