{ "opencollection": "1.0.0", "info": { "name": "Typesense Analytics Analytics Events Curation Sets API", "version": "30.1" }, "request": { "auth": { "type": "apikey", "key": "X-TYPESENSE-API-KEY", "value": "{{X-TYPESENSE-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Curation Sets", "type": "folder" }, "items": [ { "info": { "name": "List All Curation Sets", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}/curation_sets" }, "docs": "Retrieves all curation sets. Curation sets are top-level resources for pinning, hiding, and boosting search results across collections." }, { "info": { "name": "Retrieve A Curation Set", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}/curation_sets/:curationSetName", "params": [ { "name": "curationSetName", "value": "", "type": "path", "description": "Name of the curation set." } ] }, "docs": "Retrieves a specific curation set by name." }, { "info": { "name": "Create Or Update A Curation Set", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}/curation_sets/:curationSetName", "params": [ { "name": "curationSetName", "value": "", "type": "path", "description": "Name of the curation set." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new curation set or updates an existing one." }, { "info": { "name": "Delete A Curation Set", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}/curation_sets/:curationSetName", "params": [ { "name": "curationSetName", "value": "", "type": "path", "description": "Name of the curation set." } ] }, "docs": "Deletes a curation set by name." }, { "info": { "name": "List Items In A Curation Set", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}/curation_sets/:curationSetName/items", "params": [ { "name": "curationSetName", "value": "", "type": "path", "description": "Name of the curation set." } ] }, "docs": "Retrieves all curation items within a specific curation set." }, { "info": { "name": "Retrieve A Curation Set Item", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}/curation_sets/:curationSetName/items/:itemId", "params": [ { "name": "curationSetName", "value": "", "type": "path", "description": "Name of the curation set." }, { "name": "itemId", "value": "", "type": "path", "description": "ID of the item within a set." } ] }, "docs": "Retrieves a specific curation item by ID." }, { "info": { "name": "Create Or Update A Curation Set Item", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}/curation_sets/:curationSetName/items/:itemId", "params": [ { "name": "curationSetName", "value": "", "type": "path", "description": "Name of the curation set." }, { "name": "itemId", "value": "", "type": "path", "description": "ID of the item within a set." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates a curation item within a curation set." }, { "info": { "name": "Delete A Curation Set Item", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}/curation_sets/:curationSetName/items/:itemId", "params": [ { "name": "curationSetName", "value": "", "type": "path", "description": "Name of the curation set." }, { "name": "itemId", "value": "", "type": "path", "description": "ID of the item within a set." } ] }, "docs": "Deletes a specific curation item from a curation set." } ] } ], "bundled": true }