Practice object metadata, base64 content, checksums, Range requests and resumable upload state.
Base URL: https://funapi.dev/api/storage/v1 · 4 endpoints · OpenAPI 3.1 spec and Postman collection available. New here? Read the getting started guide.
stored test files
GET /storage/v1/objects — List stored objectsPUT /storage/v1/objects/{key} — Upload a base64 object with checksum (requires Bearer auth)GET /storage/v1/objects/{key} — Download object metadata/content; accepts RangeDELETE /storage/v1/objects/{key} — Delete an object (requires Bearer auth)resumable sessions