v1

latestOpenAPI 3.0.02026-07-26492143.5 KB
File Handling

Upload file

post/upload_file

Request body

file_namestring

The name of the file to be uploaded.

file_contentstring byte

Base64 encoded content of the file.

user_idstring

The user ID associated with the file. Required if project_id is not provided.

project_idstring

The project ID associated with the file. Required if user_id is not provided.

Response

File uploaded successfully

successboolean
file_namestring

The name of the uploaded file.