Voice-Triggered API Calls

See how No Pages can execute API calls through natural voice commands

[W] Weather API

Get current weather for any city by asking naturally

GET /api/weather?city=San+Francisco

[S] Stock Price

Check stock prices with a simple voice query

GET /api/stocks?symbol=AAPL

[C] Currency Convert

Convert between currencies instantly

GET /api/convert?from=USD&to=EUR&amount=100

[T] Create Task

Add tasks to your todo list via voice

POST /api/tasks { "title": "..." }

Try These Voice Commands:

  • What's the weather in Tokyo?
  • Check Apple stock price
  • Convert 500 dollars to euros
  • Add a task to call the team at 3pm