외부 시스템에서 콘텐츠 상세 정보를 조회합니다.
https://{기본 URL}/api/public/v1/contents/{content_id}
GET
Authorization: Bearer {api_key}Accept: application/json쿼리 파라미터
language (optional, string): ko | en | ja (미입력 시 기본값: 한국어 ko)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"
}
content_id: 콘텐츠 IDtitle: 콘텐츠명description_html: 콘텐츠 상세 HTML