Sample code

The Appetize.io API is designed to be user friendly. Please see a few example API calls below.

Create new app

curl --http1.1 https://APITOKEN@api.appetize.io/v1/apps \
-H 'Content-Type: application/json' \
-d '{"url":"FILE URL", "platform": "ios"}'

Any questions at all? Please email us at hello@appetize.io.

Last updated