---
title: "Get download URL"
method: GET
path: "/api/dubbing/jobs/{id}/result"
tags: ["Video Dubbing"]
---

# Get download URL

`GET /api/dubbing/jobs/{id}/result`

Generates a fresh presigned download URL for a completed dubbing job. Use this if the original `output_url` from the status endpoint has expired.

## Path parameters

- `id` string, required

## Response `200`

Download URL

- JobResultResponse
  - `job_id` string, required — The dubbing job identifier
  - `download_url` string, uri, required — Fresh presigned download URL
  - `expires_at` string, date-time, required — Expiry time of the download URL (ISO 8601)

## Other responses

- `401` — Invalid or expired API token
- `404` — Job not found or not yet completed

---

[API](https://skmtc.dev/startpinch/apis/pinch-api.md) · [All operations](https://skmtc.dev/startpinch/apis/pinch-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/startpinch/pinch-api/revisions/a0d3acb9ed16/schema)
