Aoba File Upload API (1.0.0)

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.

uploads

File upload operations

Upload a file

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

Authorizations:
bearerAuth
Request Body schema: multipart/form-data
required
file
required
string <binary>

The file to upload (max 10MB)

Responses

Response samples

Content type
application/json
{}