API Endpoints Dashboard

Test the available API endpoints below. Click any card to make a request.

Health Check
Returns server status and current timestamp
GET /api/health
Current Time
Returns the current server time in ISO format
GET /api/time
Generate PDF
Creates a PDF with "Hello from PDF" text and returns the file URL
GET /api/pdf
Chat with AI
Calls ChatGPT with prompt "Say hello in 3 words"
GET /api/chat
Generate Image
Creates an AI-generated image of "a blue cat"
GET /api/image
Send Email
Sends an email to test@test.com with subject "Test"
GET /api/email