cURL
curl --request GET \ --url https://api.bluesight.ai/files/{file_id}
{ "bytes": 3669052, "created_at": 1722451315, "filename": "forest_fire_train_data.h5", "id": "file-lw3zjxrg" }
Get info about a specific file.
The ID of the file
Successful Response
The file identifier, which can be referenced in the API endpoints.
The Unix timestamp (in seconds) for when the file was created.
The name of the file.
The size of the file, in bytes.