Files

File management operations

Get file by ID

get
Authorizations
Path parameters
idstringRequired

File ID

Responses
get
/api/file/{id}
GET /api/file/{id} HTTP/1.1
Host: 
Accept: */*
{
  "id": "text",
  "name": "text",
  "fileName": "text",
  "fileType": "text",
  "fileSize": 1,
  "url": "text",
  "createdAt": "2025-12-06T01:19:25.036Z",
  "updatedAt": "2025-12-06T01:19:25.036Z"
}

Delete a file

delete
Authorizations
Path parameters
idstringRequired

File ID

Responses
delete
/api/file/{id}
DELETE /api/file/{id} HTTP/1.1
Host: 
Accept: */*

No content

View/download file directly

get
Authorizations
Path parameters
idstringRequired

File ID

Responses
get
/api/file/{id}/view
GET /api/file/{id}/view HTTP/1.1
Host: 
Accept: */*

No content

Last updated

Was this helpful?