Spark AI API Playground

Test our API endpoints directly in your browser.

Base URL: https://api.getsparkai.com
Endpoint Documentation: /hello-world

URL: https://api.getsparkai.com/hello-world

Method: POST

Description: A simple endpoint that returns a personalized greeting.

Request Body:

{
    "name": "string" // optional
}

Response:

{
    "message": "Hello, {name}!", // or "Hello, World!" if no name provided
    "timestamp": number,
    "stage": "string"
}