Inspects the details of the file for a track
GET/tracks/:track_id/inspect
Inspect a track
Request
Path Parameters
track_id stringrequired
A Track ID
Query Parameters
original boolean
Optional - if set to true inspects the original quality file
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example
Schema
dataobject
size integerrequired
content_type stringrequired
{
"data": {
"size": 9148931,
"content_type": "audio/mpeg"
}
}
Bad request
Server error
Loading...