Inspects the details of the files for multiple tracks
GET/tracks/inspect
Inspect multiple tracks
Request
Query Parameters
id string[]required
List of track IDs to inspect
original boolean
Optional - if set to true inspects the original file quality
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
size integerrequired
content_type stringrequired
{
"data": [
{
"size": 0,
"content_type": "string"
}
]
}
Bad request
Server error
Loading...