The Images and templates API lets you discover resources (photos, vectors, PSDs) with AI-powered search and download assets for use in your applications.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.
What you can do
- List resources with sorting and filters
- Get a single resource by ID
- Download a resource and specify format
Authentication
All requests require an API key via thex-magnific-api-key header. See the Quickstart and Authentication.
Endpoints
GET /v1/resources
List resources with sorting and filters
GET /v1/resources/{resource-id}
Retrieve a single resource by ID
GET /v1/resources/{resource-id}/download
Download a resource
GET /v1/resources/{resource-id}/download/{resource-format}
Download a resource by ID and format
Use cases
- Build an asset picker for your CMS or design tool
- AI-powered search by keyword and sort by popularity
- Programmatically download assets during build/deploy