---
title: "Download FFmpeg result"
method: GET
path: "/uploadposts/ffmpeg/jobs/{job_id}/download"
tags: ["FFmpeg Editor"]
---

# Download FFmpeg result

`GET /uploadposts/ffmpeg/jobs/{job_id}/download`

Download the processed file when job status is FINISHED. Returns binary media with appropriate Content-Type and Content-Disposition headers.

## Path parameters

- `job_id` string, required

## Response `200`

Processed file download.

## Other responses

- `401` — Unauthorized — Invalid or expired token.
- `404` — Not Found — Resource does not exist.

---

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