---
title: "Get Invoice PDF URL (POST)"
method: POST
path: "/api/v1/participant_info/invoice-pdf"
---

# Get Invoice PDF URL (POST)

`POST /api/v1/participant_info/invoice-pdf`

Generate presigned URL for invoice PDF access using POST request body.

## Request body

- InvoicePdfRequest — Request model for invoice PDF.
  - `s3_key` string, required — S3 key for the invoice PDF

## Response `200`

Successful Response

- AppSchemasParticipantInfoInvoicePdfResponse — Response model for invoice PDF URL.
  - `url` string, required — Presigned URL for the invoice PDF

## Other responses

- `400` — Bad request
- `422` — Validation Error
- `500` — Internal server error

---

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