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 file quality
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
data
object
size integerrequired
content_type stringrequired
{
"data": {
"size": 0,
"content_type": "string"
}
}
Bad request
Server error
Loading...