GET
/
platform
/
files
/
{fileId}
curl --request GET \
  --url https://dev-api.rootkey.ai/api-v1/platform/files/{fileId} \
  --header 'x-api-key: <api-key>'
{
  "chainId": "137",
  "file": {
    "network": "Polygon",
    "tokenUri": "https://example.com/",
    "name": "File Name",
    "expirationDate": "2025-12-26T00:00:00.000Z"
  }
}

Please keep in mind that this endpoint is currently under development!

Please keep it in mind if any unexpected errors occur!

Authorizations

x-api-key
string
header
required

Path Parameters

fileId
string
required

The file id

Response

200
application/json

File successfully retrieved

The response is of type object.