Authorizations
##All APIs require Bearer Token authentication##
Get API Key:
Visit API Key Management Page to obtain your API Key
Add to request header:
Authorization: Bearer YOUR_API_KEYBody
multipart/form-data
File binary data
Note:
- Upload via form-data format
- System will automatically identify file type
- Maximum
1image per request - Currently supports uploading files in:
image/jpeg,image/png,image/gif,image/webpformats only
Custom upload path
Note:
- Supports underscore naming:
upload_path - Supports camelCase naming:
uploadPath - If not specified, system will automatically categorize based on file type
Example:
"photos"
Custom file name
Note:
- Supports underscore naming:
file_name - Supports camelCase naming:
fileName - If not specified, system will automatically generate a unique file name
Example:
"photo.png"