Zync Content Kit: Turn One Recording into Multi-Channel Content
Explore Zync’s Content Kit: The ultimate tool to create, manage, and publish content seamlessly across multiple platforms with ease, boosting your efficiency and reach.
What’s Included in Zync’s Content Kit:
- Professionally Edited Video: With jump cuts, overlays, b-roll, music, and more.
- Multi-Format Downloads: Portrait, Landscape, and Square formats — all ready to download.
- SEO-Optimized Web Page: Automatically created and ready to sync to your custom domain.
- YouTube & YouTube Shorts: Comes with titles, descriptions, and metadata — one-click publish.
- LinkedIn Post: Optimized and ready to publish with a single click.
- Publish to Webhook: Push the entire content kit to your own tools or automations.
- Instagram / Twitter / Tiktok: Downloadable content tailored for other social platforms.
- Original Recording Video: Available for download.
See a sample content kit here
Frequently Asked Questions
Why is my content kit not generated ?
Here are some common reasons your Content Kit may not have been generated:
- Your mic didn’t capture any audio.
- You didn’t speak during the recording.
- You spoke in a language different from what’s set in your Solo Studio Settings.
Why is the audio and video in my recording out of sync? Why are some frames in my video frozen? Why does my video look choppy, with movements that aren't smooth?
We aim to capture your video in the highest possible resolution to ensure the best quality output. However, if your device does not have sufficient processing power or memory, this can sometimes lead to issues with your video, such as lagging, freezing, or choppiness.
To avoid these problems and ensure your video is recorded smoothly, we recommend closing any unnecessary applications or browser tabs before joining the studio. Freeing up memory and reducing your device's workload can significantly improve performance. Additionally, ensure your device meets the minimum system requirements for optimal recording. Taking these steps will help ensure your video is captured perfectly, without interruptions or quality issues.
How do I delete a b-roll overlay? How do I turn off b-roll overlays for my videos?
You can delete your b-roll videos in Zync's Video Editor. Learn more about there here
Additionally, you can go to Settings > Solo Studio Settings > Customize Content to turn off B-roll completely for all future videos.

The background audio is really loud, how do I remove it? I don't want music in the background, is there a way to remove it? The motion design themes are the same for all my videos. What other variations do I have for this?
You can edit this for completed videos in Zync's Video Editor. Learn more about there here
Additionally, you can go to Settings > Solo Studio Settings > Customize Content to change the setting for all future videos.

What is custom domain integration and how does it work ?
All the videos you create are automatically added to a video feed.
It works like a Youtube Shorts page. It scrolls through all your videos but each page is it's own unique link.
You can see your video feed from your portal here

This feed can be synced to your custom domain so these pages appear in https://videofeed.yourwebsite.com
These are statically generated web pages that are optimized for SEO.
So this can drive traffic to your site.
You can set this up in Settings > Integration > Custom Domain Integration
You need to be in the appropriate paid tier for this option to be available.
For details on pricing and tier check: https://zync.ai/pricing
I made a mistake when setting my custom domain integration. How do I change it?
Please email support@zync.ai and we will take care of this.
I recorded a lot but the output video is much shorter, what happened? What happens when I re-record over a segment?
Two reasons why this happens:
Re-Recording Segments: When you re-record over a segment the first recording is replaced by the second recording. e.g. If you had 3 segments 30s, 20s and 10s. Then you re-recorded over your second segment that was 20s to replace with 10s, then your output video will only be 30+10+10 = 40s
Unrecognizable Audio: If your recording didn't have words that were detected by our system, we trim this part out. This could happen because they were spoken in a language that our system couldn't detect. Or it had other sounds that were not words.
Do you plan on implementing eye correction ? Do you have eye correction ?
We implemented segmented recording which is addressing the issue differently.
When you read from a script even if we correct your eye it is very evident that you're reading from a script. It takes away from the audience connection.
We instead give you a way to break down your script into 10-15 second segments that you can speak naturally to the camera.
It's easy to do with just a glance at the teleprompter and do retakes if necessary.
Zync will stitch the video together after.
How do Webhooks work in Zync? Can I programmatically send my data to Zapier or other services?
Yes! Zync allows you to send your short-form video content to any system of your choice—like Zapier, Slack, or any custom service—via webhooks.
Here's how it works:
- Generate a Webhook URL: In Zapier or your preferred platform, create a webhook URL that can receive incoming data.
- Add the Webhook to Zync: Inside Zync, go to the Integrations section and paste your webhook URL. This connects Zync to your desired service.
- Trigger the Webhook: Navigate to the Content Kit for the video you want to send. You'll see a “Publish to Webhook” option. Click it, and Zync will send the video data to your webhook endpoint.
Here’s an example of the payload you’ll receive:
{
contentKit: {
video: {
square: 'https://cdn.zync.ai/media/video/video-1726848119767.mp4',
portrait: 'https://cdn.zync.ai/media/video/video-1726848449778.mp4',
landscape: 'https://cdn.zync.ai/media/video/video-1726848267501.mp4',
},
thumbnail: {
square:
'https://cdn.zync.ai/media/content/HN6p1wfM/image_1726848070600_63.png',
portrait:
'https://cdn.zync.ai/media/content/HN6p1wfM/image_1726848082914_QW.png',
landscape:
'https://cdn.zync.ai/media/content/HN6p1wfM/image_1726848085038_4S.png',
},
webpageUrl: `https://app.zync.ai/videopage/overcoming-fear-of-creating-video-content`,
transcriptText:
"One of the common things that I hear when I ask people why they don't post in a video content on socials, they say that I'm not a video person. ...",
},
};
This makes it easy to plug your Zync content into your automated workflows.
Here are some use cases:
- Auto-post videos to Slack or Discord
- Add videos to Notion, Airtable, or a CMS
- Trigger follow-up emails or internal workflows in Zapier