Skip to content

Commit e7bac7a

Browse files
authored
doc: More explaination about the thumbnail link (#4340)
2 parents f932cad + d6cc7af commit e7bac7a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/files.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,11 @@ Get an image that shows the first page of a PDF (at most 1080x1920).
892892
Get a thumbnail of a file (for an image & pdf only). `:format` can be `tiny` (96x96)
893893
`small` (640x480), `medium` (1280x720), or `large` (1920x1080).
894894

895+
This API does not require authentication because the secret acts as a token.
896+
This secret is valid for 10 minutes, after which the link will return an error.
897+
To retrieve a new functional link, you must query the files API again to obtain
898+
a new secret.
899+
895900
### PUT /files/:file-id
896901

897902
Overwrite a file

0 commit comments

Comments
 (0)