<!-- נוצר אוטומטית ממקור התיעוד הקנוני של Teloring. אין לערוך קובץ זה. -->

עמוד קנוני: https://docs.teloring.com/he/api/set-ai-feature
עודכן לאחרונה: 2026-08-20T20:52:05.000Z

# Switch a capability on or off

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
import Translate from "@docusaurus/Translate";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Switch a capability on or off"}
>
</Heading>

<MethodEndpoint
  method={"put"}
  path={"/ai-world/{feature_key}"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Turn one AI capability on or off.

Most of these consume AI credits every time they run — check
`GET /v1/billing/usage-pricing` before enabling one across a busy account.

The response carries `changed`, which is `false` when the capability was already
in the requested state. Note that switching a feature on does nothing if the
account's plan does not include AI World at all: the plan gate is checked where
the feature runs, so `GET /v1/billing/plan` is where that shows up.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./set-ai-feature.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./set-ai-feature.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./set-ai-feature.StatusCodes.json")}
>
  
</StatusCodes>
