searchspring_api_guide
Access step-by-step implementation guidance for Searchspring APIs, including search, autocomplete, recommendations, and tracking, with platform-specific code examples and best practices.
Instructions
Get comprehensive implementation guidance for any Searchspring API
Input Schema
Name | Required | Description | Default |
---|---|---|---|
api | Yes | The Searchspring API to get implementation guidance for |
Input Schema (JSON Schema)
{
"properties": {
"api": {
"description": "The Searchspring API to get implementation guidance for",
"enum": [
"search",
"autocomplete",
"suggest",
"trending",
"recommendations",
"finder",
"beacon",
"bulk-index"
],
"type": "string"
}
},
"required": [
"api"
],
"type": "object"
}