{"openapi":"3.0.3","info":{"title":"temp.files.land API","description":"Anonymous temporary file hosting with resumable chunked uploads.","version":"1.0.0"},"tags":[{"name":"Uploads"},{"name":"Files"},{"name":"Service"}],"paths":{"/healthz":{"get":{"tags":["Service"],"operationId":"getHealthz"}},"/api/v1/capacity":{"get":{"tags":["Service"],"operationId":"getApiV1Capacity"}},"/api/v1/uploads":{"post":{"tags":["Uploads"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["filename","sizeBytes","retention"],"properties":{"filename":{"minLength":1,"maxLength":1024,"type":"string"},"sizeBytes":{"anyOf":[{"format":"integer","default":0,"type":"string"},{"type":"integer"}]},"contentType":{"maxLength":255,"type":"string"},"retention":{"type":"string","enum":["1h","6h","12h","24h"]}},"additionalProperties":false}},"application/x-www-form-urlencoded":{"schema":{"type":"object","required":["filename","sizeBytes","retention"],"properties":{"filename":{"minLength":1,"maxLength":1024,"type":"string"},"sizeBytes":{"anyOf":[{"format":"integer","default":0,"type":"string"},{"type":"integer"}]},"contentType":{"maxLength":255,"type":"string"},"retention":{"type":"string","enum":["1h","6h","12h","24h"]}},"additionalProperties":false}},"multipart/form-data":{"schema":{"type":"object","required":["filename","sizeBytes","retention"],"properties":{"filename":{"minLength":1,"maxLength":1024,"type":"string"},"sizeBytes":{"anyOf":[{"format":"integer","default":0,"type":"string"},{"type":"integer"}]},"contentType":{"maxLength":255,"type":"string"},"retention":{"type":"string","enum":["1h","6h","12h","24h"]}},"additionalProperties":false}}}},"operationId":"postApiV1Uploads"}},"/api/v1/uploads/{id}":{"get":{"tags":["Uploads"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"minLength":24,"maxLength":24,"pattern":"^[A-Za-z0-9_-]{24}$","type":"string"}}],"operationId":"getApiV1UploadsById"},"patch":{"tags":["Uploads"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"minLength":24,"maxLength":24,"pattern":"^[A-Za-z0-9_-]{24}$","type":"string"}}],"operationId":"patchApiV1UploadsById"},"delete":{"tags":["Uploads"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"minLength":24,"maxLength":24,"pattern":"^[A-Za-z0-9_-]{24}$","type":"string"}}],"operationId":"deleteApiV1UploadsById"}},"/api/v1/uploads/{id}/complete":{"post":{"tags":["Uploads"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"minLength":24,"maxLength":24,"pattern":"^[A-Za-z0-9_-]{24}$","type":"string"}}],"operationId":"postApiV1UploadsByIdComplete"}},"/api/v1/files":{"post":{"tags":["Files"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["file"],"properties":{"file":{"default":"File","type":"string","format":"binary"},"retention":{"type":"string"}}}},"application/x-www-form-urlencoded":{"schema":{"type":"object","required":["file"],"properties":{"file":{"default":"File","type":"string","format":"binary"},"retention":{"type":"string"}}}},"multipart/form-data":{"schema":{"type":"object","required":["file"],"properties":{"file":{"default":"File","type":"string","format":"binary"},"retention":{"type":"string"}}}}}},"operationId":"postApiV1Files"}},"/api/v1/files/{id}":{"delete":{"tags":["Files"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"minLength":24,"maxLength":24,"pattern":"^[A-Za-z0-9_-]{24}$","type":"string"}}],"operationId":"deleteApiV1FilesById"}}},"components":{"schemas":{}}}