🔍 SERP API

Google Search Results API - Documentation & Testing Interface

📋 API Information

Authentication

All API requests require authentication using a Bearer token in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Base URL

Development: http://localhost:8000

Production: https://your-railway-app.railway.app

🏥 Health Check
GET /api/v1/health

Check the health status of all system components.

Checking system health...

🔍 Search
POST /api/v1/search

Execute a Google search and get structured results.

Searching Google...

📊 System Metrics
GET /api/v1/metrics

Get comprehensive system metrics and performance data.

Fetching metrics...