목적

외부 시스템에서 콘텐츠 상세 정보를 조회합니다.

URL

https://{기본 URL}/api/public/v1/contents/{content_id}

HTTP 메서드

GET

헤더

본문

쿼리 파라미터

응답 형식

application/json

응답 본문

{
  "content_id": 4321,
  "title": "포토샵 입문 클래스",
  "description_html": "<p>처음 시작하는 분들을 위한 강의입니다.</p>",
  "content_type": "vod",
  "status": "publish",
  "language": "ko",
  "category_ids": [11],
  "categories": [
    {
      "category_id": 11,
      "parent_category_id": 10,
      "name": "포토샵",
      "description": "",
      "path": "디자인 > 포토샵"
    }
  ],
  "featured_image": "<https://example.com/main.jpg>",
  "images": ["<https://example.com/1.jpg>", "<https://example.com/2.jpg>"],
  "thumbnail_link": null,
  "base_price": 39000,
  "sale_price": 29000,
  "is_on_sale": true,
  "is_free": false,
  "inventory_display_mode": null,
  "installment_month": 0,
  "allow_link": "",
  "connected_membership_ids": [10, 11],
  "options": [
    {
      "option_id": 101,
      "title": "",
      "description": "",
      "base_price": 39000,
      "sale_price": 29000,
      "is_on_sale": true,
      "is_free": false,
      "capacity": 0,
      "sold_count": 0,
      "status": "publish",
      "start_at": null,
      "end_at": null,
      "access_url": null,
      "location_text": null,
      "location_detail": null,
      "download_limit_days": 30,
      "is_unlimited_download": null,
      "pause_limit_count": 3,
      "pause_limit_days": 7,
      "files": []
    }
  ],
  "chapters": [
    {
      "chapter_id": 201,
      "title": "기초",
      "items": [
        {
          "item_id": 301,
          "title": "인터페이스 소개",
          "description": "",
          "media_url": "<https://example.com/video.mp4>",
          "duration_text": "12:34",
          "reference_url": "",
          "reference_description": "",
          "is_preview": true,
          "media_source_type": "upload"
        }
      ]
    }
  ],
  "created_at": "2026-03-16T00:00:00.000000Z",
  "updated_at": "2026-03-16T00:00:00.000000Z"
}

응답 필드 설명