DocsAPI ReferenceDrive/bff/drive/detail
getDriveAdmin BFF

/bff/drive/detail

Returns complete information about a file including metadata, URLs for download and viewing. Use this endpoint to get all data needed to display file details in the UI.

DrivegetBffDriveDetail

Parameters

1 query

1 total
Query · 1
tokenstringRequired

Unique file token.

Request

GET /bff/drive/detail

get
curl -X GET "https://api.bizkithub.com/bff/drive/detail?token=aB3xKm9pQ2wLn4Yz" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

Complete file information.

{
  "token": "example_token",
  "filename": "example_filename",
  "extension": "example_extension",
  "size": 0,
  "sizeFormatted": "example_sizeFormatted",
  "contentType": "example_contentType",
  "tag": "example_tag",
  "insertedDate": "example_insertedDate",
  "folderId": 0,
  "folderPath": "example_folderPath",
  "blobPath": "example_blobPath",
  "downloadUrl": "example_downloadUrl",
  "viewUrl": "example_viewUrl"
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key