---
title: "Add Logo Endpoint"
method: POST
path: "/addLogo"
---

# Add Logo Endpoint

`POST /addLogo`

Endpoint for adding a new logo to a project.

Args:
    name: Logo/brand name
    projectId: Project ID
    category: Category (speaker, sponsor, etc.)
    logoImageId: S3 image ID for the logo
    image: S3 image ID (same as logoImageId)
    link: Optional link associated with the logo
    contactEmail: Optional contact email for the brand

Returns:
    JSON response with success status and logo details

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pavoot/apis/fastapi.md) · [All operations](https://skmtc.dev/pavoot/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pavoot/fastapi/revisions/16997cca6697/schema)
