As we added new Artist roles (see application changelog), Album and Track objects have been updated in the API.

The following attributes are now added to these objects:

producer_artists remixer_artists classical_orchestra_artists conductor_artists soloist_artists musician_artists mixing_engineer_artists mastering_engineer_artists

If you are subscribed to the Audio AI add-on, the audios endpoint now has a new ai_analysis node containing all the data.

Available data :

  • status of analysis
  • BPM
  • Key
  • Emotional Profile
  • Energy Level
  • Emotional Dynamics
  • Predominent Voice Gender
  • Voice Presence Profile
  • Voiceover Esists ?
  • Time Signature
  • Description
  • Arousal
  • Valence
  • Representative Segment


All track results now have a work node that references the its optional associated work.

All album and track results now have an identifiers node array contaning the custom identifiers available for that resource. For exemple ASCAP Code, YouTube Asset Identifier, ABRAMUS Code, etc.

This is now possible to upload a reference audio file via this new endpoint : https://docs.reprtoir.com/reference/post_api-reference-audios

In your Reprtoir Settings, under Integrations > Webhooks, you can register a webhook URL to be called when an upload is ready to be used in a search.

Then in the tracks search endpoint, when using search_mode=similarity and search_by_similarity[source]=audio, the UUID of the reference audio can be passed to search_by_similarity[reference_uuid] to search for tracks similar to the uploaded audio file.

We have added the ability to search fo similar tracks from the API by adding the similarity value inside the search_mode parameter of the following endpoints:

This search mode requires that your account is subscribed to our Audio AI add-on.

When defining your search_mode as similarity, please make sure you fill in the new search_by_similarity object on the request.