Object Storage API — free mock REST API for testing

Practice object metadata, base64 content, checksums, Range requests and resumable upload state.

The Object Storage API is a small S3-shaped surface: PUT an object, GET it back, and verify it. It is the only place in the catalog that serves HTTP 206 Partial Content for a Range request and 416 when that range cannot be satisfied — plus checksum validation and resumable uploads, the three things object-storage clients get wrong most often.

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.

What you can practise here

objects

stored test files

uploads

resumable sessions

Related APIs

All 39 mock REST APIs