Good morning,
I'm having trouble with any queries that require a sound ID. The reply is always a 404, and I've tried multiple queries with multiple sound files, e.g. trying to obtain features. I'm pretty sure I have the right IDs, because I get them from search queries, and they're listed under "id".
example queries:
http://www.freesound.org/api/sounds/<sound_id>/analysis&api_key=XXX
http://www.freesound.org/api/sounds/<sound_id>/analysis/lowlevel/&api_key=XXX
http://www.freesound.org/api/sounds/<sound_id>/analysis/metadata/audio_properties/&api_key=XXX
output:
"{
"status_code": 404,
"explanation": "The introduced url is invalid.",
"type": "InvalidUrl",
"error": true
}
"
Cheers,
Mohamed