Attribution-free media discovery
Find website-ready image links from trusted free sources.
Search curated royalty-free provider manifests, score the best fit for your use case, and return source image links with license notes. The API does not download or proxy the images.
API
POST /v1/royalty-free-images/search
Use the same API from local site builders or theme generators. Results include score, reason, provider, source URL, image URL, creator fallback and license summary.
curl.exe -X POST "http://127.0.0.1:8013/v1/royalty-free-images/search" ^
-H "X-API-Key: mh-localhost-dev-key" ^
-H "Content-Type: application/json" ^
-d "{\"use_case\":\"website_hero\",\"query\":\"modern dentist clinic\",\"negative_keywords\":[\"surgery\",\"blood\",\"logo\"],\"orientation\":\"landscape\",\"style\":\"bright, clean, professional\",\"count\":5,\"sources\":[\"pexels\",\"pixabay\",\"unsplash\"]}"