For the complete documentation index, see llms.txt. This page is also available as Markdown.

AI 가용성

AI agent 가용성 일괄 조회

get

모든 ST025 agent 의 가용성을 한 번에 반환합니다. 프론트는 enum 이름(AI_TRANSLATE, COPY_WRITER 등)으로 단건 조회합니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

*/*

AI agent 가용성 일괄 응답

xgenEnabledbooleanOptional

xgen 마스터 스위치 여부

get
/v1/common/ai/availability
200

OK

단일 AI agent 가용성 조회

get

특정 agent 의 가용성을 단건으로 반환합니다. agent 는 ST025 enum 이름입니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentstringRequired
Responses
200

OK

*/*
booleanOptional
get
/v1/common/ai/availability/{agent}
200

OK

Last updated