API > Create and deploy at once > Zip file method

Has anyone figured out how to API > Create and deploy at once > Zip file method? https://i.imgur.com/0fmcxFO.png + https://i.imgur.com/HMnuzB3.png - any thorough documentation on this

Hi, @mammytest.

tl;dr - There is no way to just send a single zip file to the API.

If you take a look at what happens with the zip file deploy, the file is unzipped by the browser javascript and the individual files are sent.

This blog post covers how the API calls are made in detail:

If there are questions after reading that blog post, please let us know.