const url = new URL("/v1/creators/search", process.env.AGENT_API_BASE_URL);
url.search = new URLSearchParams({
"product": "hypochlorous acid body peel shot",
"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_ids90231211549155328,6807872867062793221,7251159775105991686,6791376153430017029,7142105963345036334,6962986066999919622,7427282525611623466,7436686228703265838,7374414487909549098,7370338226948621354,7520063341458359326,7337894851874358318,7102586021099815979,6780844573692773382,6799960808337933318,6917826052530684934대표 영상을 가져올 creator_id의 쉼표 구분 목록입니다.
limit_per_creator2크리에이터 한 명당 반환할 대표 영상 수입니다.
주요 응답creator_id, videos, thumbnail_url, view_count, video_url