Fichiers
Téléverser un fichier
POST/v1/files
Lister les fichiers
GET/v1/files
Télécharger un fichier
GET/v1/files/{file_id}/content
Obtenir les métadonnées d'un fichier
GET/v1/files/{file_id}
Supprimer un fichier
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.