MobileAPI.dev · Arazzo Workflow
MobileAPI Autocomplete and Resolve Device
Version 1.0.0
Turn a partial typeahead string into a confirmed device record.
View Spec
View on GitHub
Data APIDeveloper ToolsDevice SpecificationsMobile DataPhone SpecsREST APISoftware-as-a-ServiceArazzoWorkflows
Provider
Workflows
autocomplete-and-resolve-device
Autocomplete a partial query, then search and read the resolved device.
Requests autocomplete suggestions for a partial query string, uses the top suggestion's name to search the catalog for the best match, and reads the full device record for that match.
1
autocomplete
Request typeahead suggestions for the partial query string, returning a simplified list of candidate device names.
2
findDevice
Search the catalog for the top autocomplete suggestion, limiting to the single best match to resolve a concrete device id.
3
readDevice
Read the full device record for the resolved id, returning the complete specification block.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.