const url = new URL("/v1/creators/search", process.env.AGENT_API_BASE_URL);
url.search = new URLSearchParams({
"product": "the essence",
"sort": "quality_desc",
"start": 0,
"limit": 16
}).toString();
const response = await fetch(url, { method: "GET" });
const data = await response.json();
GET/v1/creators/video-previews
검색 목록을 가볍게 유지하면서 카드에 표시할 대표 수집 영상만 별도로 가져옵니다.
파라미터현재 값설명
creator_ids28417841,7625529297633969166,6815754127507883014,7188360862074242094,6781144777763423238,6816873598414914565,7473634951167001631,6987106197199946757,7038898191638938629,6796882562406007814,6897789590846489605대표 영상을 가져올 creator_id의 쉼표 구분 목록입니다.
limit_per_creator2크리에이터 한 명당 반환할 대표 영상 수입니다.
주요 응답creator_id, videos, thumbnail_url, view_count, video_url