recognize-song.sh 165 B

1234567
  1. #!/usr/bin/env bash
  2. set -euo pipefail # bash strict mode
  3. curl https://api.audd.io/ \
  4. -F url="$1" \
  5. -F return='apple_music,spotify' \
  6. -F api_token='test'