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

# Add a vote on a URL

`POST /urls/{id}/votes`

## Path parameters

- `id` string, required

## Headers

- `x-apikey` string, required

## Request body

- object
  - `data` string, json, required — Vote object

## Response `200`

200

- object

## Other responses

- `400` — 400
- `409` — 409

---

[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)
