Query Emy storage with media file downloaded from external URL.

Supported platforms to download from: YouTube, Twitter.
Please note the URL has to contain full path, shortened URLs are not supported.

Log in to see full request history
Query Params
string

HTTP encoded URL to the media file to use as query file.

string

Media type to query, default AudioAndVideo.

double
Defaults to 0.2

Min confidence parameter can be treated as a probability filter of true positive matches (default 0.2, meaning that Emy will not return matches that have lower than 20% probability of being true positive).
Useful for most users as it takes into account all possible query cases: query is longer that the track, track is longer than the query, query contains multiple tracks, query contains track snippet and some other data.

double
Defaults to 0

Minimum track or query coverage used to provide additional filter of false positives (default = 0.0, i.e., specifying 0.2 means at least 20% of track or query length has to be covered for the match to be returned).
Min coverage provides stricter filter guarantees comparing to minConfidence, and is useful in cases when you know for sure that the query stream contains only a subset of track and no other data.
There is no reason to use both minConfidence and minCoverage filter parameters with the same value, as minCoverage will always act stricter than minConfidence.

boolean
Defaults to true

Flag indicating whether we should register matches for later retrieval from /api/v1/matches endpoint (default true).
Query matches are kept in Emy for 90 days.

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