Table of contents

Files API

Files generated during harvest, such as thumbnails, can be accessed via the Files API.

Getting a File

To get a file, request it by it’s path:

GET /api/files/{path}
  • {path} - (string) The path of the file to retrieve.

The response will be the file. See the Thumbnails API for the specifics of retrieving the thumbnail image associated with an item that has been harvested.

This documentation is generated from the latest version of GrayMeta Platform. For documentation relevant to your own deployed version, please use the documentation inside the application.