Back to API List
Echo API
Utilities
2 Endpoints
Echoes back the data sent to it. Supports GET (query parameters) and POST (JSON or Text body). Useful for request inspection.
Internal API - Hosted by this App
API Endpoints & Usage
Explore and interact with the available endpoints for the Echo API. These API routes are live!
GET
/api/echo?text=Hello%20World&count=5&active=true
Echoes the query parameters provided in the request URL.
Try it out
You can add or change query parameters in the path above (e.g., ?name=User).
POST
/api/echo
Echoes the JSON or Text body sent in the request. Try sending non-JSON text too!
Try it out