GET
/
files
/
{id}
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>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The unique identifier of the file.

Response

200 - application/json
A single file's metadata
id
string
name
string
size
integer
mimeType
string
createdAt
string
previewUrl
string

The URL to preview the file.