Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 962 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 962 Bytes

PhotoRoom API Code Samples 📸

This repository contains code samples to easily interact with our API.

iOS

You can download a Playground that will enable you to easily call our API with a sample image:

remove_background_playground

To make it work, just get your apiKey and add it to the Playground:

remove_background_api_key

Finally, to integrate our API inside your app, just copy/paste the content of the file RemoveBackground.swift into your Xcode project.