POST
/
api
/
audio_fromurl
curl --request POST \
  --url https://backend.identifai.net/api/audio_fromurl \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-Api-Key: <api-key>' \
  --form 'file_url=<string>'
"ee9ac46c6eb0e7bcce54c4167a168cefe6f92feb4fb282687fbbbcf9dd37ba58"

Authorizations

X-Api-Key
string
header
required

Your API key.

Body

multipart/form-data

Response

200 - application/json
The classification hash.

The response is of type string.