미디어 보관함 내 원본 동영상의 다운로드 URL을 조회합니다.
참고
- 다운로드 URL(downloadUrl)은 생성일부터 2일간 유효합니다.
e.g., 2025.02.11 조회 시 2025.02.12 까지 유효함
Request URL
GET https://api.v4.wecandeo.com/info/videopack/folder/v1/download.json?accessKey={Access Key}
Request Parameters
Parameter Name | Type | Description |
---|---|---|
accessKey (Required) | String | 원본 키 (Access Key) |
Response Example
{
"videoInfo":{
"downloadUrl": "https://{DOMAIN}/files/276/storage/6db33faf-fa9e-4247-a2fc-6e0bc5758843?_fn=wecandeo.mp4&auth=PJawQyxudW486YGlA7QGu6IAJisKPiit5NX9eoxJ8tbj4ie"
}
}
Response Data Value
Name | Type | Description |
---|---|---|
downloadUrl | String | 원본 다운로드 URL |