{"name":"yshubham objects","description":"Screened, expiring public storage for small text and image files.","limits":{"maxUploadBytes":10485760,"expiry":"7 days","listing":false,"acceptedContentTypes":["text/plain","text/markdown","text/csv","application/json","application/x-ndjson","image/png","image/jpeg","image/webp","image/avif"]},"endpoints":{"upload":{"method":"POST","path":"/v1/objects","body":"raw bytes; screened before a public URL becomes ready","response":"id, url, statusUrl, expiresAt, deleteToken"},"status":{"method":"GET","path":"/v1/objects/:id/status"},"download":{"method":"GET","path":"/v1/objects/:id"},"remove":{"method":"DELETE","path":"/v1/objects/:id","auth":"Bearer deleteToken"},"health":{"method":"GET","path":"/health"}},"example":"curl --data-binary @report.json -H 'content-type: application/json' https://objects.yshubham.com/v1/objects"}