Skip to content

Upload Workspace Image



POST /api/v1/workspace/upload_logo_image

Overview

Modify the workspace information associated with the current API Key

Query Parameters

Parameter Type Required Description
filename string Filename
Example: logo.png
Options: ['logo.png', 'favicon.ico']
language string Language
Example: zh
Options: ['zh', 'en']

Additional Notes

Considerations

  1. This interface is a form request, and the file content is stored in the file field of the form.
  2. Only one file can be passed in a single request.
  3. Regardless of the original name of the uploaded file, it will be saved as the filename specified in the filename parameter.

Response