We've sent a verification link by email
Didn't receive the email? Check your Spam folder, it may have been caught by a filter. If you still don't see it, you can resend the verification email.
Started September 19th, 2017 · 1 reply · Latest reply by munkayman 7 years, 3 months ago
Hey there,
I've been attempting to program something that interacts with the Freesound API, in a way similar to this example given in the Freesound API...
curl -X POST -H "Authorization: Token {{your_api_key}}" -F analysis_file=@"/path/to/your_file.json" 'https://www.freesound.org/apiv2/search/content/'
... But when I run this with my details replaced, I get this error:
{"detail":"The similarity server could not be reached or some unexpected error occurred."}
I wonder if anybody knows what might might be the cause of this? As no other info is given and I'm not experienced with restful HTML etc.
Thanks!