Muzaic API docs
More about MuzaicCall us
  • Welcome!
  • Accesing Muzaic API
  • Checking API usage and balance
  • Reference
    • ๐Ÿ”ŽWorking with tags
    • ๐ŸŽธGetting the music
      • Quickly getting an audio file
      • Advanced soundtracking
    • ๐ŸŽ›๏ธUsing music parameters
      • ๐Ÿ’ฆIntensity parameter
      • ๐ŸƒTempo parameter
      • ๐Ÿ’ƒRhythm parameter
      • ๐ŸŽ†Tone parameter
      • ๐Ÿคนโ€โ™€๏ธVariation parameter
    • โš™๏ธAPI Reference
      • accountDetails
      • audioFromHash
      • getTags
      • singleFile
      • soundtrack
  • More about Muzaic
  • Call us
Powered by GitBook
On this page
  • Getting the single region mp3 file
  • audioFromHash

Was this helpful?

  1. Reference
  2. API Reference

audioFromHash

Getting the single region mp3 file

audioFromHash

POST /audioFromHash

The endpoint generates a single region MP3 file based on the provided hash.

Request Body

Name
Type
Description

sourceHash*

String

A unique system music identifier obtained in a response.

{
    "apiVersion":"1.2.0",
    "mp3":"https://api.muzaic.ai/result/2024-03-18/st_2b57de2ac1c26a0078cac1bba7377c39.mp3",
    "tokensUsed":10,
    "executionTime": 2.769210338593
}

Good to know: Use this endpoint to regenerate an audio file

PreviousaccountDetailsNextgetTags

Last updated 1 year ago

Was this helpful?

โš™๏ธ