> For the complete documentation index, see [llms.txt](https://docs.salework.net/salework-tai-lieu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salework.net/salework-tai-lieu/salework-zalo-open-api/message/lay-chi-tiet-link.md).

# Lấy chi tiết link

1. Body

<table><thead><tr><th width="135">Name</th><th width="389">Type</th><th>Description</th></tr></thead><tbody><tr><td>service</td><td>message</td><td></td></tr><tr><td>method</td><td>parseLink</td><td></td></tr><tr><td>data</td><td><pre class="language-json"><code class="lang-json">{
    "method": "parseLink",
    "service": "message",
    "data": {
        "accountId": "39456257143545255",
        "toId": "7070722571989963531",
        "link": "https://workspace.google.com/products/sheets/"
    }
}
</code></pre></td><td></td></tr></tbody></table>

2. Response

{% tabs %}
{% tab title="200" %}

```json
{
  "data": {
    "error_message": "Successful.",
    "data": {
      "data": {
        "stream_icon": "",
        "thumb": "https://photo-link-talk.zadn.vn/photolinkv2/720/aHR0cHM6Ly9yZXMtemFsby56YWRuLnZuL3VwbG9hZC9tZWRpYS8yMDE5LzEwLzE1L2ZlZWRfdGh1bWJfbGlua19fMV9fMTU3MTEzMzEyMjc3OF85Mzc4MC5wbmc=",
        "src": "zalo.salework.net",
        "href": "https://zalo.salework.net/",
        "media": {
          "streamUrl": "",
          "mediaTitle": "",
          "stream_icon": "",
          "artist": "",
          "count": 0,
          "type": 0
        },
        "title": "Salework Zalo",
        "desc": "https://zalo.salework.net/"
      },
      "error_maps": {
        "1": 0,
        "2": 0
      }
    },
    "error_code": 0
  },
  "status": "success"
}
```

{% endtab %}

{% tab title="400" %}

```json
{
    "status": "error",
    "error": {
        "message": "Something wrong was happened.",
        "code": null,
        "prms": null
    }
}
```

{% endtab %}
{% endtabs %}
