---
title: "Add a comment on a URL"
method: POST
path: "/urls/{id}/comments"
tags: ["URLs"]
---

# Add a comment on a URL

`POST /urls/{id}/comments`

## Path parameters

- `id` string, required

## Headers

- `x-apikey` string, required

## Request body

- object
  - `data` string, json, required — A comment object

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/virustotal/apis/threat-landscape.md) · [All operations](https://skmtc.net/virustotal/apis/threat-landscape/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/virustotal/threat-landscape/versions/d61b85e6a6b3/schema)
