# config.py # Place your API keys and endpoints here for AI detection services WINSTON_AI_API_KEY = "5lC2zMKk3cDVUhk2augozEK9jZYEUiGYfcqKIEC2bee7261a" # Add your Winston AI API key here - This Is A Non-Working API Key. WINSTON_AI_API_URL = "https://api.gowinston.ai/v2/ai-content-detection" # Official v2 endpoint for text detection SAPLING_API_KEY = "" SAPLING_API_URL = "https://api.sapling.ai/api/v1/aidetect" # Example, update as needed # Add more as needed