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

# Welcome to Magnific API

<div className="w-full flex flex-col justify-center items-center gap-5 py-12 px-5 mt-4 mb-12 rounded-xl text-center bg-[#4f69f2] text-[#FAFAFA]">
  <h2 className="m-0 text-inherit">Start Building Today</h2>

  <p className="m-0 text-inherit">
    Get your API key and start building today. <strong className="text-inherit">Pay as you go</strong> — no upfront cost.
  </p>

  <a href="/quickstart" className="inline-flex justify-center items-center py-2 px-6 min-h-12 rounded-lg 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 Magnific 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.magnific.com/llms.txt) – A lightweight sitemap that lists all documentation pages.
* [llms-full.txt](https://docs.magnific.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.magnific.com/introduction](https://docs.magnific.com/introduction) →
[https://docs.magnific.com/introduction.md](https://docs.magnific.com/introduction.md)

## AI Integration with MCP

Want to integrate Magnific 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-lg border-0 hover:border-0 font-semibold bg-[#4f69f2] !text-[#FAFAFA] !dark:text-[#FAFAFA] hover:bg-[#344ce7] mt-4">
  Learn about MCP Integration
</a>
