Upload Management
Upload management currently exposes one public documentation endpoint:PUT /v1/file/upload. It returns to the client an object storage URL that can be directly used for a PUT upload.
Upload File
Generate an object storage presigned
PUT URL and return the download_url after upload.Downstream Usage
Pass the uploaded
download_url to /v1/images/*, /mj/*, or other endpoints that accept public asset URLs.