# SceneXplainAPIWrapper

> **Class** in `langchain_community`

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

Wrapper for SceneXplain API.

In order to set this up, you need API key for the SceneXplain API.
You can obtain a key by following the steps below.
- Sign up for a free account at https://scenex.jina.ai/.
- Navigate to the API Access page (https://scenex.jina.ai/api)
  and create a new API key.

## Signature

```python
SceneXplainAPIWrapper()
```

## Extends

- `BaseModel`

## Properties

- `scenex_api_key`
- `scenex_api_url`

## Methods

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

---

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