Can i create a collection from a third party service?

If I wanted to plug into a Wix site from a 3rd party and make a couple collections on every one of my Wix clients sites, can I do that via the Wix API - is there a call to create a table and define the columns and data types?

will that be helpful? https://www.wix.com/code/home/api

Thanks for the link to the general Wix API - but is there a specific method to create a collection not via the UI but instead via an API call - what is the call to create a collection?

not sure about creating a new collection as it requires schema and set of more complex data api. however given an pre-defined collection you can use the above api to add/read data from your collection(s) https://www.wix.com/code/reference/wix-data.html#insert

what are you trying to build?

I want to create a new collection from the API if the collection does not yet exist. I have a few customers and want to do the same thing on all their sites rather than build each collection manually by hand since they are identical.