---
title: "Generates download jobs url by app id and operation id"
method: POST
path: "/v1/operations/{app_id}/{operation_id}/download-url"
tags: ["operations"]
---

# Generates download jobs url by app id and operation id

`POST /v1/operations/{app_id}/{operation_id}/download-url`

## Path parameters

- `app_id` string, required
- `operation_id` integer, required

## Query parameters

- `secondsTtl` integer

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- DownloadsJobsUrl
  - `downloadUrl` string

---

[API](https://skmtc.net/super/apis/super-ai-api.md) · [All operations](https://skmtc.net/super/apis/super-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/super/super-ai-api/versions/d2c17db7266d/schema)
