{ "opencollection": "1.0.0", "info": { "name": "Companies AI Embed Search API", "version": "v296.0-SNAPSHOT" }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search content", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/appwise/v2/search", "params": [ { "name": "q", "value": "", "type": "query", "description": "Search query. The term(s) you are searching for. Format: URL-encoded string. For example: To search for Testing String, use Testing%20string" }, { "name": "number", "value": "", "type": "query", "description": "Which page of results to return. For example, to return the page with the 60th result, when there are 50 results per page (size), submit 2 to return the 2nd page of results. Max value: N/A" }, { "name": "size", "value": "", "type": "query", "description": "Page size: maximum number of search results per page. Max value: 250" }, { "name": "sort", "value": "", "type": "query", "description": "A URL-encoded value that defines how to sort the results. The supported values are +lastModified or -lastModified to sort by ascending/descending respectively." } ] }, "docs": "Search a unified index of content derived from a user's connected accounts. Requires a user-based token." } ] } ], "bundled": true }