---
title: "Get Invoice PDF URL"
method: GET
path: "/api/v1/mobile/claims/invoice-pdf"
tags: ["Mobile - Claims"]
---

# Get Invoice PDF URL

`GET /api/v1/mobile/claims/invoice-pdf`

Generate presigned URL for invoice PDF access.

## Query parameters

- `s3_key` string, required — S3 key for the invoice PDF

## Headers

- `authorization` string, required — Bearer token

## Response `200`

Successful Response

- AppSchemasMobileInvoicePdfResponse — Invoice PDF URL response.
  - `url` string, required — Presigned URL for the invoice PDF
  - `expires_in` integer — URL expiration time in seconds

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `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)
