search
Find and evaluate public API endpoints that match your query. Set q to a natural language query, keywords, an API name, or a question — results are matched by meaning and keyword; each result includes id, resourceType, name, description, method, url, and evaluateGuide — an evaluation of what the endpoint does, when to use it, and its limitations. Review evaluateGuide to pick the best fit, then pass each chosen result's id and resourceType (as type) to integrate. Paginate with cursor from meta.nextCursor (limit defaults to 10, max 25; pagination stops at 40 results total). No authentication required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Free-text search: a natural language query, keywords, an API name, or a question (e.g. "weather forecast", "twilio", "Add tracking details for an existing paypal order"). Matched by meaning and keyword. | |
| limit | No | Results per page (default 10, max 25). | |
| cursor | No | Pagination cursor from a prior response's `meta.nextCursor`. Omit for the first page. |