Archivos
Cargar archivo
POST/v1/files
Listar archivos
GET/v1/files
Descargar archivo
GET/v1/files/{file_id}/content
Obtener metadatos de archivo
GET/v1/files/{file_id}
Eliminar archivo
DELETE/v1/files/{file_id}
ID of the deleted file.
Deleted object type.
For file deletion, this is always "file_deleted".
Unique object identifier.
The format and length of IDs may change over time.
RFC 3339 datetime string representing when the file was created.
Original filename of the uploaded file.
MIME type of the file.
Size of the file in bytes.
Object type.
For files, this is always "file".
Whether the file can be downloaded.
RFC 3339 datetime string representing when the file will expire and become unavailable for download. Null if the file does not expire. For files uploaded with expires_in_seconds, this is the upload time plus that value.