curl --location --request POST 'https://api.pibox.com/v1/files/get_info' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_id": 655507
}'{
"ai_tags": {
"bpm": 150,
"genres": [
[
"Rock",
0.94
],
[
"Score",
0.88
],
[
"Indie Rock",
0.76
],
[
"Indie",
0.7
],
[
"Trailer Cues",
0.62
],
[
"Alternative Rock",
0.48
]
],
"instruments": [
[
"Bass",
0.85
],
[
"Electric Guitar",
0.76
],
[
"Drums",
0.55
]
],
"key": [
"G major"
],
"moods": [
[
"Powerful",
0.84
],
[
"Positive",
0.82
],
[
"Happy",
0.76
],
[
"Dynamic",
0.76
],
[
"Carefree",
0.68
],
[
"Exciting",
0.57
],
[
"Inspiring",
0.56
],
[
"Bright",
0.52
],
[
"Emotional",
0.52
],
[
"Hopeful",
0.49
],
[
"Adventurous",
0.47
],
[
"Cool",
0.46
]
]
},
"common": {
"account_id": 378,
"compressed_file_url": null,
"file_team_id": 737,
"id": 655507,
"is_blind_drop": false,
"is_shared": false,
"name": "track.mp3",
"project_id": 158400,
"size": 7218781,
"status": null,
"transcoding_status": "transcoded",
"url": "https://stage-pibox-avatar.s3.eu-west-1.amazonaws.com/..."
},
"file_info": {
"annotations": "{\"Artist\":\"Name\",\"Title\":\"Track\"}",
"audio_encoding": null,
"bitrate": "320k",
"bits_per_sample": 0,
"bpm": 145.267,
"duration": 180.228005,
"key": null,
"number_of_chanels": 2,
"number_of_samples": 7948055,
"object": "audio_file_info",
"samplerate": 44100,
"wave": [
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.01
]
}
}