미디어 보관함의 동영상 폴더에 포함된 동영상 목록을 조회합니다.
조회 결과에는 동영상 목록과 각 동영상의 상세 정보가 출력됩니다. ‘동영상 폴더 별 동영상 목록’은 동영상 원본의 저장 분류 값이며, 서비스 용 인코딩 파일을 담보하지 않습니다. 따라서 서비스 배포에 필요한 정보는 ‘배포 패키지 별 동영상 목록’을 조회하는 것이 좋습니다.
- 과도한 API 요청이 발생하는 경우 사용량이 제한될 수 있습니다.
- 또한 현재 제공 중인 API의 종류 및 내용은 더 나은 API 서비스 제공을 위해 변경 및 업데이트될 수 있습니다.
Request URL
GET https://api.wecandeo.com/info/v1/folder/videos.json?key={API key}&folder={Folder ID}
Request Parameters
Parameter Name | Type | Description |
---|---|---|
key (Required) | String | API KEY |
folder (Required) | Integer | 미디어 보관함의 동영상 폴더 ID |
search_item | String | 검색 옵션 - title : 제목 - series : 시리즈 - author : 원작자 - copyright : 저작권 - content : 내용 - tag : 태그 - etc : 기타 |
keyword | String | 검색 단어 |
sort_item | String | 정렬 항목 - id : 아이디 - title : 제목 - duration : 재생시간 - filesize : 파일크기 |
sort_direction | String | 정렬 옵션 - desc : 내림차순 - asc : 오름차순 |
pagesize | Integer | 조회 결과 페이지당 동영상 목록 수량 |
page | Integer | 조회할 페이지 번호 |
Response Example
{
videoInfoList: {
apiVideoSearchOption: {
filter: “all”,
keyword: “”,
search_item: “”,
fromDate: “”,
toDate: “”,
sort_item: “”,
sort_direction: “ASC”
},
errorInfo: {
errorCode: “None”,
errorMessage: “”
},
folderVideoList: [{
id: 5732681,
content: “This Video is Video Pack Sample.”,
duration: 64932,
tag: “”,
cid: null,
org_access_key: “kiskSOZIPJ36qrt5uWt0AZJBY628u4jlP”,
filesize: 30628292,
thumbnail_url: “https://api.wecandeo.com/video/thumbnail?k=kiskSOZIPJ36qrt5uWt0AZJBY628u4jlP&w=160”,
v_height: 540,
v_width: 960,
title: “Sample Video”,
cdate: “2015-07-14 14:35:17.0”,
series: “PORORO”,
author: “ICONIX”,
copyright: “WECANDEO”,
rate: “All”,
etc: “Not allow to publish except for test.”,
v_framerate: 29.97,
access_key: “1 be88a58 - 29 ea - 11e5 - 8229 - 6 cae8b662f2c”,
encoding_success: null
}],
paging: {
page: 1,
pagesize: 10,
totalcount: 1,
totalpage: 1
}
}
}
Response Data Value
Name | Type | Description |
---|---|---|
org_access_key | String | 원본 키 (Original Key – Video Access Key_Level 1) |