Back to API List
Greeting API
Utilities
3 Endpoints
A versatile API for generating greeting messages. Supports simple GET requests and POST requests with data.
Internal API - Hosted by this App
API Endpoints & Usage
Explore and interact with the available endpoints for the Greeting API. These API routes are live!
GET
/api/greeting
Returns a generic greeting message with API version.
Try it out
You can add or change query parameters in the path above (e.g., ?name=User).
GET
/api/greeting?name=Alice
Returns a personalized greeting message using a query parameter.
Try it out
You can add or change query parameters in the path above (e.g., ?name=User).
POST
/api/greeting
Receives a name in the JSON body and returns a custom greeting.
Try it out