1) Get an API key
Generate an API key in the developer dashboard.Get an API key
2) Call an endpoint (Remove Background)
This example requestsapplication/json and returns a result_url you can download.
4) Download and store the output
Result URLs are time-limited, so download and store the file in your own storage.Prefer a binary response?
Some endpoints supportAccept: image/* to return the image bytes directly.