List files
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
limit?integer
Range
1 <= value <= 200Default
50cursor?string
Opaque pagination cursor from the preceding response.
project?string
prefix?string
status?string
Comma list of ready, uploading, failed, and trashed. Defaults to ready.
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/v1/files"{}Get the current account GET
Returns the authenticated account. Without a bearer key it reports the guest caller.
Upload a file POST
Accepts an upload with an API key, or without one: a keyless upload is limited to 100 MB, is always unlisted, expires after 24 hours, and cannot set path, project, prefix, if_exists=replace, expires_in, label, or Idempotency-Key. Send Idempotency-Key with a key to make a lost response safe to retry.
AgentFS