외부 시스템에서 콘텐츠 목록을 조회합니다.
노출 가능한 콘텐츠만 반환하며, 페이지네이션을 지원합니다.
https://{기본 URL}/api/public/v1/contents
GET
Authorization: Bearer {api_key}Accept: application/json쿼리 파라미터
language (optional, string): ko | en | ja (미입력 시 기본값: 한국어 ko)page (optional, integer): 페이지 번호 (기본값: 1)limit (optional, integer): 페이지당 개수 (기본값: 20, 최대: 100)status (optional, string): publish | pending | paused | in_review | banned (미입력 시 기본값: publish)content_type (optional, string): vod | live | offline | digital_contentcategory_id (optional, integer): 특정 카테고리의 콘텐츠만 조회search (optional, string): 콘텐츠명 검색