import mql from '@microlink/mql' const { data } = await mql('https://open.spotify.com/track/1W2919zs8SBCLTrOB1ftQT', { audio: true })
audio
Type: <boolean>
Default: false
Default: false
It enables audio source detection over the target url.
Some websites can be different output based on User Agent.
The audio source URL detected will be in a browser-friendly format to be possible embedded it.
The audio detection introduce some human readable fields as part of the payload:
You can read data fields section to know more about the data returned.