# PhotoRoom API **Provider:** PhotoRoom **Category:** entertainment **Base URL:** `https://www.photoroom.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 10 req/min (free); higher on paid plans **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.photoroom.com/api/ ## Description Create product and portrait pictures using only your phone. Remove background, change background and showcase products. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.photoroom.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.photoroom.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 10 req/month. Pro from $9.99/mo. Enterprise pricing available. --- *Source: [API Map](https://apimap.dev/apis/photoroom/) — CC BY 4.0*