curl --request POST \
--url https://api.aurigin.ai/v1/file \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"keys": [
"uploads/audio/pred_abc123.wav",
"uploads/audio/pred_def456.wav"
],
"entity": "analysis"
}'