Integrate our zero-knowledge storage engine directly into your applications using our RESTful API. All requests must be authenticated using Bearer Tokens.
GET /v2/files/list - Retrieves a list of objects in your current bucket.
POST /v2/files/upload - Uploads an encrypted blob. (Max chunk size: 5GB).
DELETE /v2/files/{object_id} - Permanently purges the ciphertext from all edge nodes.
To ensure stability across the network, API requests are rate-limited to 1,000 requests per IP per minute. Exceeding this limit will result in a 429 Too Many Requests response.