v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

Upload File

post/upload

Response

File uploaded successfully

codestring

Response code indicating the result status

msgstring

Response message describing the operation result

successboolean

Indicates whether the operation was successful

failedboolean

Indicates whether the operation failed

Example response

{
  "msg": "success",
  "data": {
    "asset_id": "re_660727003963174912"
  },
  "success": true
}