Getting Started for Developers (API Quickstart)
3 min
this guide will show you how to anonymize your first photo programmatically using the maskit api we'll make a single, simple api call to get you started in under 30 seconds step 1 prerequisites before you begin, you will need two things a maskit account if you don't have one, sign up at https //app maskit ai/ https //app maskit ai/ your api key you can find or generate your api key in the account > api access section of the web application select the pencil icon โ๏ธ and click on regenerate api key more information you can find on ๐ api key & webhook secret docid\ gzrqm4ouqwvnuodfjkryw step 2 make your first api call the easiest way to test the api is using curl this command uploads a local image named example jpg, anonymizes it using the default settings, and prints the jobid of the new anonymization task there are three main endpoints https //docs maskit ai/process image endpoint upload an image for asynchronous processing returns a jobid immediately the image is masked in the background https //docs maskit ai/image status endpoint check the current status of a previously submitted masking job useful for polling https //docs maskit ai/image download endpoint retrieve the final masked image once processing is complete and ready for a complete overview of all available parameters and advanced features, please dive into our full ๐api & integration docid\ l2plxhmrchx9kfeknbs4b