Search audio records by title, artist, and metadata.
Parameters
Output
Encoding
application/jsonaudios
array
Required
No description available.
cursor
string
Optional
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"audios"
],
"properties": {
"audios": {
"type": "array",
"items": {
"ref": "so.sprk.sound.defs#audioView",
"type": "ref"
}
},
"cursor": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Search query."
},
"limit": {
"type": "integer",
"default": 25,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string",
"description": "Opaque cursor for pagination"
}
}
},
"description": "Search audio records by title, artist, and metadata."
}