# EdenAiExplicitImageTool

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/tools/edenai/image_explicitcontent/EdenAiExplicitImageTool)

Tool that queries the Eden AI Explicit image detection.

for api reference check edenai documentation:
https://docs.edenai.co/reference/image_explicit_content_create.

To use, you should have
the environment variable ``EDENAI_API_KEY`` set with your API token.
You can find your token here: https://app.edenai.run/admin/account/settings

## Signature

```python
EdenAiExplicitImageTool()
```

## Extends

- `EdenaiTool`

## Properties

- `name`
- `description`
- `args_schema`
- `combine_available`
- `feature`
- `subfeature`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/tools/edenai/image_explicitcontent.py#L18)