---
sourceType: official-guide
sourceTypeMatchedRule: fallback
slug: OA/noi-dung/noi-dung-dang-video/lay-chi-tiet-noi-dung-dang-video
title: Lấy chi tiết nội dung dạng video
---
# Lấy chi tiết nội dung dạng video

## HTTP request

- **URL**: [https://openapi.zalo.me/v2.0/article/getdetail](https://openapi.zalo.me/v2.0/article/getdetail)
- **Method**: GET
- **Content Type**: application/json
- **Reponse Type**: text/json

## Sample

```
https://openapi.zalo.me/v2.0/article/getdetail?id=<ARTICLE_ID>
```

### Tham số header


| Tham số | Kiểu dữ liệu | Tính bắt buộc | Mô tả |
| --- | --- | --- | --- |
| [access_token](/docs/OA/bat-dau/xac-thuc-va-uy-quyen-cho-ung-dung-new) | String | Yes | Xem hướng dẫn lấy access_token ở [đây](/docs/OA/bat-dau/xac-thuc-va-uy-quyen-cho-ung-dung-new). |


### Tham số


| Tham số | Kiểu dữ liệu | Tính bắt buộc | Mô tả |
| --- | --- | --- | --- |
| id | String | Yes | Id của bài viết video muốn lấy thông tin chi tiết |


## Respond

```json
{
    "error": 0,
    "message": "Success",
    "data": {
        "description": "This is news",
        "comment": "New",
        "id": "a45424s214ddertd214g",
        "avatar": "url_image",
        "type": "video",
        "title": "News",
        "video_id": "7f8c46bf7bfa94cbeb",
        "status": 3
    }
}
```
