- Step1: Install dependencies with `pip install -r requirements.txt`
- Step2: Run the server using `uvicorn server:app --host 0.0.0.0 --port 8000`
- Step3: Obtain API keys and set them as environment variables
- Step4: Use the `/tavily-search` endpoint to perform searches
- Step5: Use the `/tavily-extract` endpoint to extract content from URLs