Hi,
We are trying to upload the files in Marekto through Create File API. To work on this we would like to know the
Reference API Link: Create a File » Marketo Developers
Note: From Marketo UI, we are able to upload all types of files even proper file content is also displaye
Any pointers on the supported file types through API will be helpful
Marketo is agnostic to file types(unless you have file type filtering enabled). Regarding content-type, you should use a method which derives content-type by the file extension. These are available in practically every language used commonly for web development and are far more reliable than doing it yourself.