♻️ Move file analyze, upload into message queue

This commit is contained in:
2025-09-21 19:38:40 +08:00
parent b2a0d25ffa
commit f81e3dc9f4
6 changed files with 418 additions and 343 deletions

View File

@@ -16,7 +16,7 @@ To begin a file upload, you first need to create an upload task. This is done by
"file_name": "string",
"file_size": "long (in bytes)",
"content_type": "string (e.g., 'image/jpeg')",
"pool_id": "string (GUID)",
"pool_id": "string (GUID, optional)",
"bundle_id": "string (GUID, optional)",
"encrypt_password": "string (optional)",
"expired_at": "string (ISO 8601 format, optional)",