Upload file
curl --location '$BASE_URL.OA/UploadFile' \
--header 'Authorization: Bearer $API_KEY' \
--form 'type="image"' \
--form 'oa_id="<int64>"' \
--form 'file=@"/path/to/file"'{
"token": "string"
}Parameters
Data type
Describe
Parameters
Data type
Describe
Last updated