Skip to content

APIs and Controller

hickmott99 edited this page Oct 1, 2022 · 27 revisions

describe how your front-end would communicate with your engine: list and describe your APIs. This is only your initial design, you can change them again later, but you should start thinking about and designing how your front end will communicate with your engine. If you're using existing OS subsystem(s) or 3rd-party SDK(s) to implement your engine, describe how you will interact with these.

  • App recorded audio =>

Identify Song Clip

Input audio clip to ML model

Get Song Information

Returns relevant information about movies that contains a given song.

Endpoint: GET /songinfo/

Request Parameters

Clone this wiki locally