Soniox
Docs

Get file URL

Get a temporary file URL. The URL is valid for 1 hour.

GET
/v1/files/{file_id}/url

Authorization

AuthorizationRequiredBearer <token>

In: header

Path parameters

file_idRequiredstring
Format: "uuid"

Response body

200

File URL.

urlRequiredstring

Temporary URL for the file.

Errors

File URL.

{
  "url": "https://api.soniox.com/v1/files/84c32fc6-4fb5-4e7a-b656-b5ec70493753/download?token=TOKEN"
}