---
title: "Add a vote to an IP address"
method: POST
path: "/ip_addresses/{ip}/votes"
---

# Add a vote to an IP address

`POST /ip_addresses/{ip}/votes`

## Path parameters

- `ip` string, required

## Headers

- `x-apikey` string, required

## Request body

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

## Response `200`

200

- object
  - `data` object
    - `attributes` object
      - `date` integer
      - `value` integer
      - `verdict` string
    - `id` string
    - `links` object
      - `self` unknown
    - `type` string

## Other responses

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

---

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