TurboFiles

The File Object

A file represents input and output assets of task pipeline.

All files are short-lived. Maximum 72 hours life.
Attributes
format
The format of the file.
size
The size of the file in bytes.
created_at
The date and time the file was created.
updated_at
The date and time the file was last updated.
{
  "type": "files",
  "id": "a8fhd83jpk.png",
  "attributes": {
    "format": "png",
    "size": 1901020,
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}