Files
The files APIs provide users to make preparations for creating NFTs including uploading files and the corresponding query functions.
Upload File
Upload a file which can be a video, an image and so on
Bearer openapi_token
uploaded file
OK
Internal Server error
Upload File to OSS
Upload a file to OSS, which can be a video, an image and so on
Bearer openapi_token
uploaded file
OK
Internal Server error
Upload File List
Upload a folder containing the files which can be a video, an image and so on
Bearer openapi_token
uploaded folder
OK
Internal Server error
Upload File List To OSS
Upload a folder containing the files which can be a video, an image and so on, to oss
Bearer openapi_token
uploaded folder
OK
Internal Server error
Obtain File List
Get the file list containing the info of the files uploaded in the specified app
page
limit
Bearer openapi_token
OK
Internal Server error
Last updated