API Reference

API References

Annotate multiple logos POSTFetch logos GETGet logo details GETReset logo annotation POSTSearch for logos GETUpdate logo annotation PUTBulk update logo annotations POST
GitHub
Logo management

Get logo details

Get details about a specific logo

GET
/images/logos/{logo_id}

Path Parameters

logo_idinteger

The ID of the logo

Response Body

curl -X GET "https://robotoff.openfoodfacts.org/api/v1/images/logos/1"
{}
Empty

Fetch logos GET

Previous Page

Reset logo annotation POST

Next Page