v1

latestOpenAPI 3.0.02026-07-24360247.6 KB

ver 2026-05-20

2026-05-20 버전의 클립 목록 조건 조회 API입니다.

post/clips/search

Headers

Authorizationstring required

인증용 토큰

x-api-version'2026-05-20'

API 버전 (날짜 형식). 미전송 시 가장 오래된 버전이 적용됩니다.

Request body

clipIdsinteger[]

조회할 클립 ID 배열 (100개까지 조회 가능)

affiliateProductIdsstring[]

조회할 상품 코드 배열 (100개까지 조회 가능)

Response

200

timestampinteger

타임스탬프

requestIdstring

요청 ID

Example response

{
  "timestamp": 1737686614893,
  "requestId": "a37ec226-7489-4c7a-b13e-20878f06f508",
  "data": {
    "count": 1,
    "data": [
      {
        "id": 1,
        "description": "클립 타이틀 및 설명",
        "type": "reward",
        "state": "private",
        "thumbnailUrl": "/2024/4/12/media/test/test.jpg",
        "thumbnailType": "AUTO",
        "shortUrl": "https://stage.sclip.us/v2/test",
        "previewUrl": "https://stage.resources.sauceclip.com/2024/4/12/media/test/preview/master.m3u8",
        "curationIds": [
          1
        ],
        "clipSource": {
          "id": 3151,
          "hash": "bYyWhXIh",
          "state": "done",
          "duration": 40,
          "size": 18187941,
          "width": 720,
          "height": 400,
          "previewKey": "/2024/4/12/media/test/preview/master.m3u8",
          "key": "/2024/4/12/media/test/master.m3u8",
          "createdAt": "2024-04-12T06:54:00.000Z"
        },
        "clipTags": [
          {
            "id": 1,
            "tag": "태그"
          }
        ],
        "products": [
          {
            "productId": 89925,
            "productUniqueId": "mobidoo-c3ed227a03b54e718cbf1b0baa35ab15",
            "productName": "테스트",
            "brandName": "테스트",
            "countryCode": "KR",
            "price": "298347520.00",
            "discountType": "rate",
            "discountRate": "63.00",
            "discountPrice": "188324400.00",
            "sellingPrice": "110023120.00",
            "productStatusCode": "active",
            "redirectUrl": "https://naver.com",
            "createdDate": "2024-05-10T00:33:45.000Z",
            "updatedDate": "2024-08-26T05:01:25.000Z"
          }
        ],
        "partnerUniqueId": "mobidoo",
        "user": {
          "id": 1,
          "name": "test",
          "identity": "test",
          "partnerAdminUserUniqueId": "e01b512b0bdc4194bde94f1954406d55"
        },
        "createdAt": "2024-04-12T06:54:00.000Z",
        "updatedAt": "2024-04-12T06:54:29.000Z",
        "deletedAt": "2025-02-05T10:46:25.000Z"
      }
    ]
  }
}