Implementation:CrewAIInc CrewAI Enterprise API Spec Ko
| Knowledge Sources | |
|---|---|
| Domains | API_Specification, Documentation |
| Last Updated | 2026-02-11 00:00 GMT |
Overview
Korean-locale (ko) translation of the CrewAI AMP API OpenAPI 3.0.3 specification for Korean-speaking developers.
Description
This YAML file follows the same OpenAPI 3.0.3 structure as the base spec but with all human-readable text translated into Korean. At 358 lines (compared to 570 in the base/English versions), this file is more compact -- it omits some verbose multi-language code samples and extended examples present in the base version while retaining all essential schema definitions and Korean descriptions.
Key translations include:
- Title: "CrewAI 엔터프라이즈 API"
- GET /inputs: "필요 입력값 조회" (Retrieve required inputs)
- POST /kickoff: "Crew 실행 시작" (Start crew execution)
- GET /{kickoff_id}/status: "실행 상태 조회" (Check execution status)
- POST /resume: Retains English descriptions for the HITL (Human-in-the-Loop) workflow
- Error responses: "인증 실패" (Authentication failed), "리소스를 찾을 수 없음" (Resource not found), "서버 내부 오류" (Internal server error)
All operationId values remain in English for programmatic consistency across locales.
Usage
This file enables Korean-language API documentation for the CrewAI enterprise platform, expanding accessibility to Korean-speaking developers and organizations. It is part of the internationalization (i18n) strategy alongside the English (.en.yaml) and Brazilian Portuguese (.pt-BR.yaml) locale files.
Code Reference
Source Location
- Repository: CrewAI
- File: docs/enterprise-api.ko.yaml
- Lines: 1-358
Specification Header
openapi: 3.0.3
info:
title: CrewAI 엔터프라이즈 API
description: |
CrewAI AOP에 배포된 crew와 상호작용하기 위한 REST API입니다.
## 시작하기
1. **Crew URL 확인**: 대시보드에서 고유한 crew URL을 확인하세요
2. **예제 복사**: 각 엔드포인트의 예제를 템플릿으로 사용하세요
3. **플레이스홀더 교체**: 실제 URL과 토큰으로 바꾸세요
4. **도구로 테스트**: cURL, Postman 등 선호하는 도구로 테스트하세요
version: 1.0.0
contact:
name: CrewAI 지원
email: support@crewai.com
I/O Contract
API Endpoints (Korean Summaries)
| Endpoint | Method | Korean Summary | Operation ID |
|---|---|---|---|
| /inputs | GET | 필요 입력값 조회 | getRequiredInputs |
| /kickoff | POST | Crew 실행 시작 | startCrewExecution |
| /{kickoff_id}/status | GET | 실행 상태 조회 | getExecutionStatus |
| /resume | POST | Resume Crew Execution with Human Feedback | resumeCrewExecution |
Korean Error Responses
| HTTP Status | Korean Description |
|---|---|
| 401 | 인증 실패 (Authentication failed) |
| 404 | 리소스를 찾을 수 없음 (Resource not found) |
| 500 | 서버 내부 오류 (Internal server error) |
Usage Examples
Korean Security Scheme Description
components:
securitySchemes:
BearerAuth:
type: http
scheme: bearer
description: |
**📋 참고** - *예시의 토큰은 자리 표시자입니다.* 실제 토큰을 사용하세요.