Download OpenAPI specification:Download
API for uploading and managing files in the Aoba messaging platform. Files are stored in RustFS (S3-compatible storage) and accessible via public URLs.
Upload an image file to object storage. The file is stored in RustFS and a public download URL is returned.
Supported file types: JPEG, PNG, GIF, WebP Maximum file size: 10MB
| file required | string <binary> The file to upload (max 10MB) |
{- "object_key": "550e8400-e29b-41d4-a716-446655440000.jpg",
- "content_type": "image/jpeg",
- "size": 1234567
}