MobileAPI.dev · Arazzo Workflow
MobileAPI AI Query with Account Check
Version 1.0.0
Confirm the account, run a natural-language device query, and load the top result's detail.
View Spec
View on GitHub
Data APIDeveloper ToolsDevice SpecificationsMobile DataPhone SpecsREST APISaaSArazzoWorkflows
Provider
Workflows
ai-query-with-account-check
Check the account, run an AI natural-language query, and read the top match.
Introspects the caller's account, submits a natural-language device query to the AI endpoint, and reads the full record for the top result. Branches to an end state when the AI endpoint reports the plan is not paid (403).
1
whoAmI
me_list
Introspect the caller's account before spending an AI query, confirming the supplied API key authenticates successfully.
2
runAiQuery
devices_ai_query
Submit the natural-language query to the AI-powered endpoint. Returns 200 with results on a paid plan, or 403 when a paid plan is required.
3
readTopResult
devices_read
Read the full device record for the top AI-query result so the caller gets the complete specification block for the best match.