# Freepik API **Provider:** Freepik **Category:** finance **Base URL:** `https://freepik.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100 images/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://freepik.com/api ## Description Stock resources(Icons, videos, photos), AI image generation and editing tools | apiKey | Yes | Unknown | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://freepik.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://freepik.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 100 AI-generated images/mo. Essential $23/mo (1,000 images). AI API add-on. --- *Source: [API Map](https://apimap.dev/apis/freepik/) — CC BY 4.0*