v1
latestOpenAPI 3.0.02026-07-24360247.6 KBver 2026-04-29
2026-04-29 버전의 전시 큐레이션 클립 목록 조회 API입니다.
get/display/curation/{curationId}/clips
Path parameters
curationIdinteger required
큐레이션 ID
Query parameters
partnerUniqueIdstring required
파트너 유니크 ID
limitinteger
클립 갯수 (최대 100)
pageinteger
페이지
Headers
Authorizationstring required
인증용 토큰
x-api-version'2026-04-29'
API 버전 (날짜 형식). 미전송 시 가장 오래된 버전이 적용됩니다.
Response
200
Example response
{
"timestamp": 1720144549639,
"requestId": "4ad220fe-62ed-4a96-895f-7b32fb52316d",
"data": {
"count": 10,
"rows": [
{
"id": 4632,
"description": "[QA_장찬모] 소스클립 캐시워크 3",
"type": "reward",
"state": "public",
"thumbnailUrl": "/2024/6/25/media/pS1xzU8b/pS1xzU8b.jpg",
"shortUrl": "https://stage.sclip.us/v2/Q6IH8M7URQ",
"clipSource": {
"id": 4632,
"hash": "pS1xzU8b",
"state": "done",
"duration": 27,
"size": 7264215,
"width": 720,
"height": 1280,
"previewKey": "/2024/6/25/media/pS1xzU8b/preview/master.m3u8",
"key": "/2024/6/25/media/pS1xzU8b/master.m3u8",
"createdAt": "2024-06-25T00:39:27.000Z"
},
"clipInformation": {
"id": 4967,
"pv": 30
},
"products": [
{
"countryCode": "KR"
}
],
"partnerUniqueId": "memberQA",
"createdAt": "2024-06-25T00:39:27.000Z",
"updatedAt": "2024-06-25T01:34:23.000Z"
}
]
}
}