Skip to Content
DocumentationAPI Reference컬렉션

컬렉션 API

컬렉션 API은 미디어 라이브러리의 폴더 구조를浏览할 수 있게합니다.

컬렉션 목록 가져오기

GET /collections

매개변수

이름타입필수 여부설명
pathstring선택적부모 컬렉션의 전체 경로 (예: root/movies). 기본값은 root.

예제 요청

GET /api/client/v1/collections?path=root/fitness 호스트: https://your-app.com 인증 정보: Bearer sk-your-api-key-here

예제 응답: 200 OK

{ "데이터": [ { "이름": "요가 세션", "경로": "root/fitness/yoga-sessions" }, { "이름": "HIIT 워크아웃", "경로": "root/fitness/hiit-workouts" } ] }