Get a single file’s metadata.
curl --request GET \ --url https://ronika-api.induced.ai/v1/files/{id} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "name": "<string>", "size": 123, "mimeType": "<string>", "createdAt": "2023-11-07T05:31:56Z", "previewUrl": "<string>" }
The unique identifier of the file.
The URL to preview the file.