muse.ai is now Skiv. To keep your embeds working, the only change you need to make is replacing muse.ai with skiv.com in your URLs. Everything else — class names, JavaScript objects, video IDs, collection IDs, configuration options, data- attributes, query parameters, API responses, domain restrictions, and CSS customization — stays exactly the same.

Find and replace

FindReplace with
muse.aiskiv.com

Examples

Standard embed
<div class="muse-video-player" data-video="f5CdxcA" data-logo="0" data-width="576"></div>
<script src="https://skiv.com/static/js/embed-player.min.js"></script>
Iframe embed
<iframe src="https://skiv.com/embed/f5CdxcA?logo=0" width="576" height="239" frameborder="0" allowfullscreen></iframe>
JavaScript player
<div id="your-container"></div>
<script src="https://skiv.com/static/js/embed-player.min.js"></script>
<script>
  const player = MusePlayer({
    container: '#your-container',
    video: 'y8zH87z',
    width: 400
  });
</script>
Collections & search
<div id="muse-search"></div>
<div id="muse-videos-grid"></div>
<script src="https://skiv.com/static/js/embed-search.min.js"></script>
<script>
  MuseCollection({
    collection: 'TmB8Lt7',
    containerInput: '#muse-search',
    containerResults: '#muse-videos-grid',
    containerPlayer: '.muse-video-player',
    playerOptions: { video: 'r8NN6HD' },
  });
</script>
Video data
<div class="muse-video-data" data-video="FTBViRx" data-content="description"></div>
<script src="https://skiv.com/static/js/embed-player.min.js"></script>
API calls
https://skiv.com/api/files/info/VIDEO_ID
https://skiv.com/api/files/i/speech/VIDEO_ID

WordPress

An updated Skiv plugin will be available soon. In the meantime, the iframe embed method works on all WordPress sites.

oEmbed

If your CMS auto-embeds from pasted links, use skiv.com URLs going forward.

Redirects

All muse.ai URLs redirect to skiv.com during the transition, so nothing will break immediately. We recommend updating as soon as you can.

Need help?

If you run into any issues, reach out at skiv.com/contact.