{ "opencollection": "1.0.0", "info": { "name": "Jentic Authentication Search API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "X-JENTIC-API-KEY", "value": "{{X-JENTIC-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search For APIs And Workflows", "type": "http" }, "http": { "method": "POST", "url": "https://api.jentic.com/api/v1/agents/search", "body": { "type": "json", "data": "{}" } }, "docs": "Searches the Jentic catalog for APIs and workflows that match the provided natural language query. Results are semantically ranked based on relevance. Returns operation identifiers prefixed `op_` (single OpenAPI operations) or `wf_` (Arazzo workflows) that can be passed to the load and execute endpoints. Supports limiting the number of results returned." } ] } ], "bundled": true }