List of files
Getting a paginated list of files. If you need multiple results pages, use previous/next from the response to navigate back/forth.
Getting a paginated list of files. If you need multiple results pages, use previous/next from the response to navigate back/forth.
true to only include removed files in the response, false to include existing files. Defaults to false.
true to only include files that were stored, false to include temporary ones. The default is unset: both stored and not stored files are returned.
Specifies the way files are sorted in a returned list. datetime_uploaded for ascending order, -datetime_uploaded for descending order.
A starting point for filtering the files. If provided, the value MUST adhere to the ISO 8601 Extended Date/Time Format (YYYY-MM-DDTHH:MM:SSZ).
Include additional fields to the file object, such as: appdata.
Every request made to https://api.uploadcare.com/ MUST be signed. HTTPS SHOULD be used with any authorization scheme.
Requests MUST contain the Authorization header defining auth-scheme and auth-param: Authorization: auth-scheme auth-param.
Every request MUST contain the Accept header identifying the REST API version: Accept: application/vnd.uploadcare-v0.7+json.
There are two available authorization schemes:
Uploadcare, a scheme where a signature, not your Secret API Key MUST be specified. Signatures SHOULD be generated on backend.Uploadcare.Simple, a simple scheme where your Secret API Key MUST be specified in every request’s auth-param.