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 Request Parameters

Parameter Name Type Required Description
filename string File name
Example: logo.png
Available values: ['logo.png', 'favicon.ico']
language string Language
Example: zh
Available values: ['zh', 'en', 'zh-hant', 'id', 'ja', 'ko']

Additional Parameter Notes

Notes

  1. This endpoint uses form requests. The file content should be placed in the file field of the form.
  2. Only one file can be uploaded per request.
  3. Regardless of the original file name, the file will be saved with the name specified by the filename parameter.

Response


Feedback

Is this page helpful?