{
    "status": "ok",
    "message": "CurbIn Service Routing API",
    "endpoints": {
        "GET \/api\/health": "Check API health",
        "GET \/api\/services": "Get all services from Airtable",
        "POST \/api\/upload": "Upload service image (multipart\/form-data)",
        "POST \/api\/save-service": "Save service to Airtable (JSON)",
        "POST \/api\/optimize-route": "Optimize delivery route (JSON)"
    },
    "version": "1.0.0",
    "documentation": "See backend documentation for endpoint details"
}