{ "opencollection": "1.0.0", "info": { "name": "ChartHop access ai-hint API", "version": "V1.0.0" }, "items": [ { "info": { "name": "ai-hint", "type": "folder" }, "items": [ { "info": { "name": "Find hints", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/ai-hint", "params": [ { "name": "from", "value": "", "type": "query", "description": "Identifier to paginate from" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return" } ] }, "docs": "Find hints" }, { "info": { "name": "Create a hint", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/ai-hint" }, "docs": "Create a hint" }, { "info": { "name": "Generate placeholder hint content for a given tool and entity type", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/ai-hint/generate", "params": [ { "name": "toolName", "value": "", "type": "query", "description": "Tool name" }, { "name": "entityType", "value": "", "type": "query", "description": "Entity type" } ] }, "docs": "Generate placeholder hint content for a given tool and entity type" }, { "info": { "name": "Get a hint", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/ai-hint/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Hint identifier" } ] }, "docs": "Get a hint" }, { "info": { "name": "Update a hint", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v1/ai-hint/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Hint identifier" } ] }, "docs": "Update a hint" }, { "info": { "name": "Delete a hint", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/ai-hint/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Hint identifier" } ] }, "docs": "Delete a hint" } ] } ], "bundled": true }