# Get Download Url

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /v1//file/{id}/dl:
    get:
      summary: Get Download Url
      deprecated: false
      description: Get download URL for a preloaded file.
      tags:
        - Legacy APIs
      parameters:
        - name: id
          in: path
          description: Snapbyte File ID or Client's file_id
          required: true
          example: ff1f1ebf-461f-4a14-834e-ba6479e333a5
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  url:
                    type: string
                    description: Download Url
                  file_name:
                    type: string
                    description: Empty
                  file_size:
                    type: string
                    description: Empty
                x-apidog-orders:
                  - url
                  - file_name
                  - file_size
                required:
                  - url
              example:
                url: >-
                  https://edge.snapbyte.io/3yu24pz6157ic-i9p0rm1a9pn9w/files/ccbcaf6d1b676f41430ab2ff3fd3f713.false?n=33a98a5c75c8669746566449dc06e8c9&e=2263db39389fcf336d4128d46d8e7bd3a7e26bb73b59e140ca8668a78f7f8419989171acb761eb10518fa28314d71905621ce19df63d9d2e3707d3542fb11ef65086adab5a45487bd740b99f895ad76ca830594f88e7a3f18093815c4272763c0bfdbb8465905a1a901d5757cb874da00f0afa544fd774b2869f680d001c1f57&sig=84c04ce41625f6ffe5a601e14a3abfe5146ba120952ef18a0063806be365bcd67726023be7177e8369acba23334edc7b0209fc04a014a9c9f3ba8215d2fcd75c4acbe6accfa004386ca8a40546ebee7b153266ec4d7260d040bc9dd350da992027d6dcae4101058fbbcdc9969f90feaa6015c25641abd4c8ac2dd0a4d145a4fffc3e092bcb58b6194b2a54a00919db4742284da914de3fcfdfbfde53403d48e4f8be3ae005374cb64f17e5db54e13648041fff4a610ec140ae686a68eaf40125edfb4592458e09de59b874e07295461a737c54de2c1e579400a40c63bd44525e0e1a7402b566e8ee38b22d8b86bcf972ea20d053990473ce8820a599c52b5ed4&name=M16010d_00_TIM_IT_OP_0428.kdz&id=4d906bfe-a1a4-4ae1-91de-84798ecb04bd
                file_name: ''
                file_size: '0'
          headers: {}
          x-apidog-name: Success
      security: []
      x-apidog-folder: Legacy APIs
      x-apidog-status: released
      x-run-in-apidog: https://app.apidog.com/web/project/991601/apis/api-19077546-run
components:
  schemas: {}
  securitySchemes: {}
servers:
  - url: https://api.snapbyte.io
    description: Prod Env
security: []

```
