MuseHub Partners
Partner Portal
  • Welcome
  • 👋Introduction
    • What is MuseHub?
    • Becoming a Muse Partner
      • Available Regions
  • ⚒️Getting Started
    • Set up your Partner account
    • Generate API Keys
    • Prepare your product
  • ➕Adding Products
    • Product Types
      • Applications
        • Add Details
        • Set Pricing
        • Create a Submission
      • Plugins
        • Add Details
        • Set Pricing
        • Create a Submission
      • Elements
        • Add Details
        • Set Pricing
        • Upload a Version
      • MuseSounds
    • Pricing
      • Price Tiers
      • Price Scheduling
      • Pay once
      • Subscriptions
    • Product Page Assets
    • Beta Testing
    • Submitting for Release
  • Resources
    • Muse DRM
    • Muse SDK
    • URI Protocol
    • Web Hooks
    • Content Guidelines
    • Marketing Assets
Powered by GitBook
On this page
  • Universal Parameters
  • Schemes
  • musehub://
  • musehub://launchProduct
  • musehub://product/store?id={Id}
  • musehub://product/review?id={Id}
  • musehub://search?query={Text}
  • musehub://apps
  • musehub://plugins
  • musehub://elements
  • musehub://musesounds
  1. Resources

URI Protocol

PreviousMuse SDKNextWeb Hooks

Last updated 29 days ago

This page describes the musehub:// URI scheme. Use this URI scheme to launch MuseHub to specific pages, or to perform specific actions.

Some schemes take in an id as a parameter. This value can either be the unique id for the product, or the seo friendly code. MuseHub supports either code or id and will resolve it at launch.

To find the id/code for a product, locate the product on (e.g. ). The last slug in the url is the product code, in this case audacity.

Otherwise, if you view the product page on the partner portal (), the ID is near the top.

Universal Parameters

Universal parameters are supported on every uri scheme for MuseHub. They are appended to the end of the query. For example:

from: Used to tell MuseHub what service has opened it (e.g. MuseScore Studio, musehub.com)

Schemes

musehub://

Launches MuseHub normally bringing focus to the window.

musehub://launchProduct

Launches MuseHub in the background (equivalent to MuseHub starting at user login / system launch).

musehub://product/store?id={Id}

Launches MuseHub to the store page for the specified product id.

musehub://product/review?id={Id}

Displays a review prompt for the specified product id. This modal will only be displayed when the following conditions are met.

  • The user is signed into their MuseHub account and they own the product specified.

  • The user has not already reviewed the product previously.

  • The user has not already been prompted to review this product in the last 7 days.

Minimum Required Version: This uri scheme was introduced in MuseHub v2.2.0 for Windows, and has not yet been introduced for macOS.

musehub://search?query={Text}

Launches the search page for the specified query.

Minimum Required Version: This uri scheme was introduced in MuseHub v2 for Windows, and has not yet been introduced for macOS.

musehub://apps

Launches MuseHub directly to the Apps tab.

Minimum Required Version: This uri scheme was introduced in MuseHub v2.2.0 for Windows, and has not yet been introduced for macOS.

musehub://plugins

Launches MuseHub directly to the Plugins tab.

Minimum Required Version: This uri scheme was introduced in MuseHub v2.2.0 for Windows, and has not yet been introduced for macOS.

musehub://elements

Launches MuseHub directly to the Loops & Audio tab.

Minimum Required Version: This uri scheme was introduced in MuseHub v2.2.0 for Windows, and has not yet been introduced for macOS.

musehub://musesounds

Launches MuseHub directly to the MuseSounds tab.

Minimum Required Version: This uri scheme was introduced in MuseHub v2.2.0 for Windows, and has not yet been introduced for macOS.

https://musehub.com
https://www.musehub.com/app/audacity
https://partner.musehub.com/dashboard/products/applications/1afc2c26-93e3-4534-8af2-f91190db0faf/general
musehub://product/store?id=audacity&from=MHDEV
musehub://product/store?id=1afc2c26-93e3-4534-8af2-f91190db0faf
musehub://product/review?id=d6353666-c534-4c48-833e-c86f0926656f
musehub://search?query=Muse Harp
MuseHub store page for MuseScore Studio
Review modal for Muse Keys
Search results page for "Muse Harp"