---
title: "Get the current state of the AI synonyms generation feature."
method: GET
path: "/synonym/ai-feature"
tags: ["Synonym"]
---

# Get the current state of the AI synonyms generation feature.

`GET /synonym/ai-feature`

## Response `200`

OK

- SynonymsAiFeatureModel — Model representing the state of the AI Synonyms Generation feature.
  - `Enabled` boolean — Indicates whether the AI Synonyms Generation feature is enabled.
  - `AutoAcceptAiGeneratedSynonyms` boolean — Auto accept setting
  - `MinSearchFrequencyForSynonymGeneration` integer — Minimum search frequency required setting
  - `TriggerTime` string — Trigger time of the Ai Synonym generation task

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/revisions/9bd1e2b3633f/schema)
