API Reference
List Backing Tracks
List backing tracks.
GET
/
reference-audio
/
backing-tracks
Authorization
Query
curl --request GET \
--url https://api.uberduck.ai/reference-audio/backing-tracks \
--header 'Authorization: <authorization>'
"<any>"
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
detailed
boolean
default: falseResponse
200 - application/json
The response is of type any
.
curl --request GET \
--url https://api.uberduck.ai/reference-audio/backing-tracks \
--header 'Authorization: <authorization>'
"<any>"