Recipes available via URL

Audio Snippets

Used to extract snippets from audio files

Extensions supported:

  • aac

  • aiff

  • dts

  • flac

  • m4a

  • mp2

  • mp3

  • oga

  • ogg

  • opus

  • ra

  • wav

  • wma

end
timestamp to end snippet[string]

format

[string]

start

timestamp to start snippet[string]

end

timestamp to end snippet[string]

Usage of the audio snippet generation endpoint:

also see the technical documentation under

  • {fylr base url}/inspect/apidocs/eas/download/

  • {fylr base url}/inspect/apidocs/recipes/

Example URL to create a snippet

GET /api/v1/eas/download/{fileId}/{hash}/{version}&access_token={access_token}&recipe=audioconverter:snippet&recipe_params={params}

  • /inspect/files/{fileID} lists the required fields. for version use a named version, like original.mp3

  • alternatively, download the record in the frontend and copy the according download URL in the browsers dev tools

  • recipe params:

    • url encoded JSON, timestamp in seconds

    • use miliseconds by applying dot notation, e.g.: {"format":"mp3","start":"0.99","end":"20.5"}

Last updated