Content-based symbolic music retrieval (0.0.1)

Download OpenAPI specification:Download

Add a piece

Responses

200

200 response

post /index
/index

Response samples

Content type
application/json
Copy
Expand all Collapse all
0

Search

query Parameters
rpp
number >= 1

Results per page

page
number >= 0

The current page

transpositions
Array of numbers

List of acceptable transpositions to filter for

intervening
Array of numbers

The amount of decorative notes we are willing to tolerate that obscure our query.

inexact
Array of numbers

The number of notes that can be missing in each occurrence

collection
number >= 0

The collection of pieces to search over

query
string (kernQuery) .*\*\*kern.*

**kern query to search for in the database

Responses

200

200 response

get /search
/search

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "query": "string",
  • "pagination":
    {
    },
  • "numPages": 0,
  • "range":
    [
    ]
}