Multimedia create
This is how you can create multimedia via API.
To create multimedia via API you need to send the data by a multipart request with upload
and query
headers.
The folder to which multimedia will be uploaded must already exist.
folderPath parameter is optional, if not included multimedia will be uploaded to the main folder.
Max allowed file size is 100 MB
Example in PHP8
Example in Python3
Last updated