v1

latestOpenAPI 3.1.02026-07-2458221215.8 KB
Files

Get a file

Returns a single file in a workspace.

get/files/{fileId}

Path parameters

fileIdstring required

Public ID of the file.

Response

OK

idstring

The ID of the file

namestring

The name of the file

mime_typestring

The MIME type of the file. Allowed types application/pdf, application/rtf, application/msword, application/, image/jpeg, image/png, image/gif, image/, audio/mpeg, audio/ogg, audio/webm, audio/aac, audio/, video/mp4, video/quicktime, video/

urlstring

The URL of the file resource

Example response

{
  "link": {
    "valid_until": "2022-03-10T16:15:50Z"
  }
}