Find the right information.
Search services, API guides, articles, and the music AI playbook. Every result links to its source.
Search Recoup →search_recoup
{
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 1,
"maxLength": 240,
"description": "Words or a question to search for."
},
"type": {
"type": "string",
"enum": [
"all",
"page",
"docs",
"blog",
"playbook"
],
"default": "all"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 10,
"default": 5
},
"cursor": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"description": "Opaque pagination cursor returned by the previous search."
}
},
"required": [
"query"
],
"additionalProperties": false
}