> ## Documentation Index
> Fetch the complete documentation index at: https://docs.freepik.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to Freepik API

<div
  className="w-full flex flex-col justify-center items-center gap-5 py-12 px-5 mt-4 mb-12 rounded-lg text-center text-[#F7F7F7]"
  style={{
background: 'linear-gradient(180deg, #336AEA 0%, #1F408C 100%)',
}}
>
  <h2 className="m-0 text-inherit">Start Building Today</h2>
  <p className="m-0">Get your API key now and receive <strong className="text-inherit">5 USD in free credits</strong></p>
  <a href="/quickstart" className="inline-flex justify-center items-center py-2 px-6 min-h-12 rounded border-0 hover:border-0 font-semibold bg-[#F7F7F7] text-[#0D0D0D] dark:!text-[#0D0D0D] hover:bg-[#E5E5E5]">Quick start!</a>
</div>

## Powerful API tools at your fingertips

<div className="my-11">
  <Columns>
    <Card title="Image generation API" icon="wand-magic-sparkles" href="api-reference/mystic/post-mystic" cta="Learn more">
      Create custom visuals from text prompts using our state-of-the-art AI models.
    </Card>

    <Card title="Image editing API" icon="up-right-and-down-left-from-center" href="api-reference/image-upscaler-creative/post-image-upscaler" cta="Learn more">
      Enhance, upscale, relight, and transform images with powerful AI-driven tools.
    </Card>

    <Card title="Video generation API" icon="video" href="api-reference/image-to-video/kling-v2/post-kling-v2" cta="Learn more">
      Convert static images into dynamic videos with customizable motion effects.
    </Card>

    <Card title="Icon generation API" icon="icons" href="api-reference/icon-generation/post-generate-icon" cta="Learn more">
      Create stunning icons in different styles from text prompts using our advanced AI models.
    </Card>

    <Card title="AI image classifier API" icon="shapes" href="api-reference/classifier/post-ai-classifier" cta="Learn more">
      Automatically detect AI-generated content with our advanced classification system.
    </Card>

    <Card title="Stock content API" icon="photo-film" href="api-reference/resources/get-all-resources" cta="Learn more">
      Access millions of vectors, photos, icons, and templates to enhance your applications.
    </Card>
  </Columns>
</div>

## Why developers choose Freepik API

<div className="flex flex-col gap-0 my-12">
  <Card title="Easy integration" icon="layer-group" horizontal="true">
    Comprehensive documentation and dedicated support for seamless integration.
  </Card>

  <Card title="Scalable & flexible" icon="rocket" horizontal="true">
    From startups to enterprises, our API grows with your needs. Pay only for what you use with transparent, usage-based pricing and no hidden fees.
  </Card>

  <Card title="Robust & reliable" icon="wallet" horizontal="true">
    Dependable infrastructure designed for high performance and scalability.
  </Card>
</div>

## LLM-Friendly Documentation

Our documentation is also available in an LLM-friendly format, making it easy to integrate with large language models and AI tools.

You can access it in two ways:

* [llms.txt](https://docs.freepik.com/llms.txt) – A lightweight sitemap that lists all documentation pages.
* [llms-full.txt](https://docs.freepik.com/llms-full.txt) – The full documentation in markdown format. (Note: This may exceed your model’s context window.)

Additionally, any page can be accessed as Markdown by appending .md to the URL.
For example:
[https://docs.freepik.com/introduction](https://docs.freepik.com/introduction) →
[https://docs.freepik.com/introduction.md](https://docs.freepik.com/introduction.md)

## AI Integration with MCP

Want to integrate Freepik directly into your AI assistants like Claude, Cursor, and more? We offer both **open source** and **remote** MCP (Model Context Protocol) solutions that enable seamless search, generation, and resource management from within your AI workflows.

<a href="/modelcontextprotocol" className="inline-flex justify-center items-center py-2 px-6 min-h-12 rounded border-0 hover:border-0 font-semibold bg-[#336AEA] text-white hover:bg-[#1F408C] mt-4">Learn about MCP Integration</a>


Built with [Mintlify](https://mintlify.com).