# Pexels API **Provider:** Pexels **Category:** entertainment **Base URL:** `https://www.pexels.com` **Auth:** api-key โ€” `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 200 req/hour ยท 20,000 req/month **Free Tier:** Yes โ€” available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.pexels.com/api/ ## Description Free stock photos & videos you can use everywhere. Browse millions of high-quality royalty free stock images & copyright free pictures. No attribution required. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.pexels.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.pexels.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free for commercial and personal use. No paid API tiers; attribution encouraged. --- *Source: [API Map](https://apimap.dev/apis/pexels/) โ€” CC BY 4.0*