---
title: "Upload Quote Pdf"
method: POST
path: "/api/admin/quotes/upload-pdf"
tags: ["admin-leads"]
---

# Upload Quote Pdf

`POST /api/admin/quotes/upload-pdf`

Upload a quote PDF to the lead's quotes folder in Supabase storage.
Returns the public URL of the uploaded file.
Folder path: {lead_id}-{sanitized_company_name}/quotes/{filename}

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/riskcube/apis/slack-lead-manager.md) · [All operations](https://skmtc.dev/riskcube/apis/slack-lead-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/riskcube/slack-lead-manager/revisions/4442bbae8296/schema)
