APIs.io · Arazzo Workflow
APIs.io Search APIs by Keyword
Version 1.0.0
Search the APIs.io registry for APIs matching a keyword and branch on whether any results were returned.
View Spec
View on GitHub
API AggregationAPI DirectoryAPI DiscoveryAPI IndexingAPI RatingAPI SearchAPIs.jsonSearch EngineArazzoWorkflows
Provider
Workflows
search-apis-by-keyword
Search APIs.io for a keyword and branch on whether any APIs matched.
Runs a keyword search against the APIs.io index, capturing the result data, pagination metadata, and the first matched API. Branches to a hit path when at least one API is returned and to a miss path when the result set is empty.
1
runSearch
searchAPIs
Search across all indexed APIs by the supplied keyword, returning a page of matches along with the result metadata and pagination links.
2
reportMatch
searchAPIs
Confirm the top match by re-reading the first page of the same keyword search so the matched API and its source URLs can be returned to the caller.
3
reportEmpty
searchAPIs
Re-run the search confirming the empty result set so the caller can be told no APIs matched the keyword and prompt for a new search term.