Skip to main content
GET
/
api
/
files
/
{id}
Get file download URL
curl --request GET \
  --url https://convertly.sh/api/files/{id} \
  --header 'Authorization: Bearer <token>'
{
  "file": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "filename": "<string>",
    "mimeType": "<string>",
    "downloadUrl": "<string>",
    "expiresIn": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.convertly.sh/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Dashboard-generated Convertly API key.

Path Parameters

id
string<uuid>
required

Response

File download URL or redirect

file
object