List my files.
GET /api/v1/me/files
Returns files owned by the authenticated user. By default only claimed
(persistent) files are listed — pass ?claimed=false to see files
that still carry a TTL. Anonymously uploaded files are never listed
here regardless of filters.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Filter by claim state. true = persistent (no TTL), false = pending. Defaults to true.
Filter by claim state. true = persistent (no TTL), false = pending. Defaults to true.
Example
trueFilter by visibility. public or private.
Filter by visibility. public or private.
Example
privateSubstring search on the original client filename.
Substring search on the original client filename.
Example
invoiceOne of created_at, -created_at, size, -size. Defaults to -created_at.
One of created_at, -created_at, size, -size. Defaults to -created_at.
Example
-created_at1–100. Defaults to 15.
1–100. Defaults to 15.
Example
201+.
1+.
Example
1Request Body
Section titled “Request Body ”object
truepublicMust not be greater than 255 characters.
b-sizeMust be at least 1. Must not be greater than 100.
22Must be at least 1.
67Responses
Section titled “ Responses ”object
object
01HX...photo.jpg[ { "id": "01HX...", "client_name": "photo.jpg" }]object
1object
{ "data": [ { "id": "01HX...", "client_name": "photo.jpg" } ], "meta": { "current_page": 1 }, "links": {}}