자막 파일 조회

동영상의 자막 파일을 조회합니다.

🚧

  • 과도한 API 요청이 발생하는 경우 사용량이 제한될 수 있습니다.
  • 또한 현재 제공 중인 API의 종류 및 내용은 더 나은 API 서비스 제공을 위해 변경 및 업데이트될 수 있습니다.

Request URL

GET https://api.wecandeo.com/info/v1/video/caption.json?key={API key}&access_key={access_key}

Request Parameters

Parameter NameTypeDescription
key (Required)StringAPI Key
access_key (Required)String원본 키 (Original Key – Video Access Key_Level 1)

Response Example

{ caption: { errorInfo: { errorCode: “None”, errorMessage: “” }, caption: [{ id: 1267, language_code: “ko”, filename: “Sample Caption-KR.vtt”, format: “VTT”, language: “한국어”, url: “https://api.wecandeo.com/captionfile?key=kiskSOZIPJ36qrt5uWt0AZPtIdZ3aUmfaJIad3IVz7aDSvmQXIQaoipQieie”, caption_type: “STANDARD” }, { id: 1271, language_code: “ko”, filename: “Sample Caption-KR.vtt”, format: “VTT”, language: “한국어”, url: “https://api.wecandeo.com/captionfile?key=kiskSOZIPJ36qrt5uWt0AZPtIdZ3aUmfaJIad3IVz7aDSvmQXIQaoipQieie”, caption_type: “SDH” }, { id: 1268, language_code: “en”, filename: “Sample Caption-EN.vtt”, format: “VTT”, language: “English”, url: “https://api.wecandeo.com/captionfile?key=kiskSOZIPJ36qrt5uWt0AZPtIdZ3aUmfaJIad3IVz7aDS2pw5tc73uQieie”, caption_type: “STANDARD” }, { id: 1269, language_code: “zh”, filename: “Sample Caption-CN.vtt”, format: “VTT”, language: “中文”, url: “https://api.wecandeo.com/captionfile?key=kiskSOZIPJ36qrt5uWt0AZPtIdZ3aUmfaJIad3IVz7aBXVXFXRiiEE0Qieie”, caption_type: “STANDARD” }, { id: 1270, language_code: “ja”, filename: “Sample Caption-JP.vtt”, format: “VTT”, language: “日本語”, url: “https://api.wecandeo.com/captionfile?key=kiskSOZIPJ36qrt5uWt0AZPtIdZ3aUmfaJIad3IVz7aB6RA1ipmGvtMAieie”, caption_type: “STANDARD” } ] } }

Response Data Value

Name

Type

Description

id

Integer

자막 파일 ID

filename

String

자막 파일 이름

language_code

String

자막 언어 코드명

language

String

자막 언어 표기명

format

String

자막 파일 포맷

url

String

자막 파일 URL

caption_type

String

자막 유형

  • STANDARD : 일반 자막
  • SDH : 청각 장애인용 자막