> ## 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.

# Stock content API

> Search, retrieve, and download Magnific stock content — images, templates, icons, videos, and music — via the Magnific API.

Access Magnific's catalog of images, templates, icons, videos, and music to power your apps and workflows.

### What you can do

* AI-powered search and list stock content
* Retrieve details by ID
* Download assets in supported formats
* Filter by content type and order

### Authentication

All requests require an API key via the `x-magnific-api-key` header. See the [Quickstart](/quickstart) and [Authentication](/authentication).

<div className="my-11">
  <Columns cols={3}>
    <Card title="Images and templates API" icon="image" href="/api-reference/resources/images-and-templates-api">
      Photos, vectors, PSDs — list, detail, and download
    </Card>

    <Card title="Icons API" icon="bolt" href="/api-reference/icons/icons-api">
      Browse and download icons
    </Card>

    <Card title="Videos API" icon="film" href="/api-reference/videos/videos-api">
      Discover and download videos
    </Card>

    <Card title="Music API" icon="music" href="/api-reference/music/overview">
      Search and download music
    </Card>
  </Columns>
</div>

### Popular endpoints

<div className="my-11">
  <Columns cols={3}>
    <Card title="GET /v1/resources" icon="code" href="/api-reference/resources/get-all-resources">
      List stock resources
    </Card>

    <Card title="GET /v1/icons" icon="code" href="/api-reference/icons/get-all-icons-by-order">
      List icons
    </Card>

    <Card title="GET /v1/videos" icon="code" href="/api-reference/videos/get-all-videos-by-order">
      List videos
    </Card>

    <Card title="GET /v1/music" icon="code" href="/api-reference/music/search-music">
      Search music
    </Card>
  </Columns>
</div>

### FAQ

#### Is there a rate limit?

Yes. See [Rate limits](/ratelimits).

#### What license applies to the content?

Refer to the [License agreement](https://www.magnific.com/legal/terms-of-use#api-services).
