GET
/
files
/
{file_id}
Get File
curl --request GET \
  --url https://api.chunkr.ai/api/v1/files/{file_id} \
  --header 'Authorization: <api-key>'
{
  "content_type": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "file_id": "<string>",
  "file_name": "<string>",
  "file_size": 123,
  "metadata": {},
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

file_id
string
required

ID of the file

Response

200
application/json

File metadata

Metadata describing an uploaded file in Chunkr.

Returned by POST /files and GET /files/{file_id}.