Insert new track into Emy, generating fingerprints from media file available at provided URL.

Supported platforms to download from: YouTube, Twitter. Please note the URL has to contain full path, shortened URLs are not supported.
Please provide a unique Track.Id for Emy storage to uniquely identify it. If a track with the same ID is already stored in Emy, it will be overwritten.
Default Track.MediaType is Audio | Video (value = 3), which means both Audio and Video fingerprints will be stored in Emy.
If you want to insert audio only from a URL which contains both audio and video streams (i.e. .mp4, .mov, etc.), please set TrackInfo.MediaType to Audio (value = 1). Same for Video (value = 2).
By default, a wide variety of media formats are supported, listing them all here is not feasible. If you encounter an unsupported format please contact support.

Log in to see full request history
Query Params
string

HTTP encoded URL to the media file to fingerprint.

Body Params

CreateTrack payload object describing TrackInfo associated with the URL.

string
required
length ≥ 1

Track unique identifier.

string | null

Track title.

string | null

Track artist.

object | null

Track related meta-fields used as additional parameters.

string
required

Media type.

Responses

500

Something went wrong. Contact support.

Language
Credentials
:
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json