Files

The files APIs provide users to make preparations for creating NFTs including uploading files and the corresponding query functions.

Upload File

Upload file API helps users to upload a file to get the corresponding url for creating NFT metadata. The file can be a video, a figure and so on.

NameMeaningParam TypeData Type

Authorization

Bearer Token

Header

string

Upload File to OSS

OSS is a storage service provided by Alibaba. Users can choose to upload the files to OSS storage. Upload file to OSS API helps users to achieve the target. The file can be a video, a figure and so on.

NameMeaningParam TypeData Type

Authorization

Bearer Token

Header

string

Upload File List

Upload File List API helps users to upload a folder to the server. The files can be a video, a figure and so on.

NameMeaningParam TypeData Type

Authorization

Bearer Token

Header

string

Upload File List To OSS

Upload File List To OSS API helps users to upload a folder to oss. The files in this folder can be a video, a figure and so on.

NameMeaningParam TypeData Type

Authorization

Bearer Token

Header

string

Obtain File List

Obtain file list API helps users to obtain the list including the inforamion of the files uploaded in the specified app. The information of each file contains file_url, file_size, file_type and file_name.

NameMeaningParam TypeData Type

Authorization

Bearer Token

Header

string

Last updated