{ "opencollection": "1.0.0", "info": { "name": "v0 App agent search API", "version": "0" }, "items": [ { "info": { "name": "search", "type": "folder" }, "items": [ { "info": { "name": "Search Chats and Projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.v0.dev/v1/search", "params": [ { "name": "query", "value": "", "type": "query", "description": "Search query to filter chats and projects" }, { "name": "type", "value": "", "type": "query", "description": "Filter results by type. Can be repeated (type=chat&type=project) or a single type" }, { "name": "limit", "value": "", "type": "query", "description": "Query parameter \"limit\"" }, { "name": "cursor", "value": "", "type": "query", "description": "Base64 encoded cursor containing pagination data" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Search across chats and projects with optional query string and type filtering" } ] } ], "bundled": true }