---
title: "Annotate multiple logos"
method: POST
path: "/images/logos/annotate"
tags: ["Logo Management"]
---

# Annotate multiple logos

`POST /images/logos/annotate`

Bulk annotate logos with type and value

## Request body

- object
  - `annotations` object[], required
    - `logo_id` integer, required — ID of the logo to annotate
    - `type` 'brand' | 'category' | 'label' | 'no_logo' | 'nutritional_label' | 'packager_code' | 'packaging' | 'qr_code' | 'store', required — Type of the logo
    - `value` string, nullable, required — Value/name of the logo
  - `server_type` ServerType — unresolved $ref

## Response `200`

Annotation results

- object
  - `annotated` integer — Number of logos successfully annotated

---

[API](https://skmtc.net/openfoodfacts/apis/api-reference.md) · [All operations](https://skmtc.net/openfoodfacts/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openfoodfacts/api-reference/revisions/23d26c6d55e6/schema)
