# GoldenQueryAPIWrapper

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/utilities/golden_query/GoldenQueryAPIWrapper)

Wrapper for Golden.

Docs for using:

1. Go to https://golden.com and sign up for an account
2. Get your API Key from https://golden.com/settings/api
3. Save your API Key into GOLDEN_API_KEY env variable

## Signature

```python
GoldenQueryAPIWrapper()
```

## Extends

- `BaseModel`

## Properties

- `golden_api_key`
- `model_config`

## Methods

- [`validate_environment()`](https://reference.langchain.com/python/langchain-community/utilities/golden_query/GoldenQueryAPIWrapper/validate_environment)
- [`run()`](https://reference.langchain.com/python/langchain-community/utilities/golden_query/GoldenQueryAPIWrapper/run)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/utilities/golden_query.py#L14)