We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f932cad + d6cc7af commit e7bac7aCopy full SHA for e7bac7a
1 file changed
docs/files.md
@@ -892,6 +892,11 @@ Get an image that shows the first page of a PDF (at most 1080x1920).
892
Get a thumbnail of a file (for an image & pdf only). `:format` can be `tiny` (96x96)
893
`small` (640x480), `medium` (1280x720), or `large` (1920x1080).
894
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
+
900
### PUT /files/:file-id
901
902
Overwrite a file
0 commit comments