# API Hub Configuration # Copy this file to .env and fill in your actual values # Your API Hub API Key API_KEY=your_api_key_here # Base URL for the API Hub service BASE_URL=https://api-hub.us-central.unstract.com/api/v1 # Optional: Log level (DEBUG, INFO, WARNING, ERROR) LOG_LEVEL=INFO # Optional: Default timeout for requests (in seconds) REQUEST_TIMEOUT=30 # Optional: Maximum wait time for extraction completion (in seconds) MAX_WAIT_TIMEOUT=300 # Optional: Polling interval for status checks (in seconds) POLL_INTERVAL=5