🔌API & Integration
4 min
welcome to the maskit api & integration hub this section provides developers with everything needed to integrate maskit’s intelligent image masking capabilities into external systems via secure api calls and optional webhook notifications you can submit an image for asynchronous masking, poll for its processing status, and retrieve the final masked image all via a secure and developer friendly api 📍 available endpoints below are the core endpoints that power the maskit image masking pipeline 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 https //docs maskit ai/webhook set usewebhook=true during submission to receive a multipart/form data post to your endpoint upon completion this is ideal for integrating maskit into fully automated pipelines 🔐 authentication all api requests require an api key, and optionally a shared webhook secret for verifying signed payloads 👉 learn how to obtain yours here https //docs maskit ai/api key and webhook secret 🧩 need help? not sure how to set up polling vs webhook flow? need help handling image uploads or validating webhook signatures? we're here to help reach out to our team at support\@maskit ai mailto\ support\@maskit ai