Test our API endpoints directly in your browser.
URL: https://api.getsparkai.com/hello-world
Method: POST
Description: A simple endpoint that returns a personalized greeting.
{
"name": "string" // optional
}
{
"message": "Hello, {name}!", // or "Hello, World!" if no name provided
"timestamp": number,
"stage": "string"
}