Download OpenAPI specification:Download
A simple file server API that provides two main functionalities:
Upload a file via multipart/form-data. The server will store it with a unique filename. This endpoint requires a valid Firebase ID token in the Authorization header.
file required | string <binary> |
Provide a URL, and the server will download the file, store it, and return a link. This endpoint requires a valid Firebase ID token in the Authorization header.
URL required | string <uri> The URL of the file to download |
Name | string Optional base name for the file (if omitted, a UUID is used) |
Extension | string Optional file extension (if omitted, extracted from URL) |
{- "Name": "string",
- "Extension": "string"
}