Jump to Content
Masterchannel
API Reference
v1.0

Log InMasterchannel
API Reference
Log In
v1.0API Reference

Masterchannel API

  • Quickstart
  • Authentication
    • Get Api Access Tokenpost
  • Webhooks
    • Get Webhooksget
    • Add Webhookpost
    • Delete Webhookdel
  • Files & File Operations
  • Files
    • Upload Filepost
    • Upload File By Urlpost
    • Get Fileget
    • Delete Filedel
  • File operations: Preview
    • Get Preview Statusget
    • Initiate Previewput
    • Get Preview Resultsget
    • Get Preview Analysisget
  • File operations: Master
    • Get Master Statusget
    • Initiate Masterput
    • Get Master Resultsget
    • Get Master Analysisget
  • File operations: Spatial Upmixing
    • Get Spatial Upmix Statusget
    • Initiate Spatial Upmixput
    • Get Spatial Upmix Resultsget
  • Stems & Stem Group Operations
  • Stems
    • Create Stem Grouppost
    • Get Stem Groupget
    • Delete Stem Groupdel
    • Add File To Stem Groupput
    • Delete File In Stem Groupdel
  • Stem group operations: Spatial Upmixing
    • Get Spatial Upmix Statusget
    • Initiate Spatial Upmixput
    • Get Spatial Upmix Resultsget
Powered by 

File operations: Preview

Get a full length preview of the mastered file in .mp3 format.

Call order

  1. Initiate Preview: start processing the file for a preview of the mastered file.
  2. Get Preview Status: fetch the status of the preview, and find out when the results are ready.
  3. Get Preview Results: fetch the results of the preview (when the preview status is done).
  • Table of Contents
    • Call order