---
title: "Get Signed URL"
method: GET
path: "/v1/highlights/{highlight_id}/signed-url"
tags: ["Highlights"]
---

# Get Signed URL

`GET /v1/highlights/{highlight_id}/signed-url`

## Path parameters

- `highlight_id` string, required

## Query parameters

- `expiry` integer
- `download` boolean
- `variant` string, nullable

## Response `200`

Success

- SignedUrlResponse
  - `signed_url` string, required
  - `expires_in_seconds` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/narrative-sports/apis/narrative-sports-api.md) · [All operations](https://skmtc.net/narrative-sports/apis/narrative-sports-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/narrative-sports/narrative-sports-api/revisions/86b5690d9e38/schema)
