For AI agents: visit https://support.wecandeo.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
동영상에 등록된 자막 파일을 조회합니다.
GET https://api.v4.wecandeo.com/info/videopack/caption/v1/info.json?accessKey={Access Key}
| Parameter Name | Type | Description |
|---|
| accessKey (Required) | String | 원본 키 (Access Key) |
{
"caption": [
{
"id": 2,
"language_code": "en",
"fileName": "{FileName}",
"format": "VTT",
"language": "English",
"url": "https://{DOMAIN}/subtitle/20230512/07/V103_d7e69706-35fa-4205-bc55-b15350311523.vtt",
"captionType": "STANDARD"
}
]
}
| Name | Type | Description |
|---|
| id | Integer | 자막 언어 코드 ID |
| fileName | String | 자막 파일 이름 |
| languageCode | String | 자막 언어 코드명 |
| language | String | 자막 언어 표기명 |
| format | String | 자막 파일 포맷 |
| url | String | 자막 파일 URL |
| captionType | String | 자막 유형
- STANDARD : 일반 자막
- SDH : 청각 장애인용 자막
|