Asset Search API

GET https://anyasset.dev/search?q=… fans out to multiple providers and returns one normalized JSON response per result (preview, links, license, creditLine).

Executed searches: 17

For LLMs and coding agents

To add this API to your agent or LLM context, copy and paste:

https://anyasset.dev/llms.txt

Endpoints

MethodURLRole
GEThttps://anyasset.dev/searchSearch → { query, results[], errors[], meta }.
GEThttps://anyasset.dev/playgroundTry search in the browser.
GEThttps://anyasset.dev/sourcesJSON: name + assetTypes per provider.
GEThttps://anyasset.dev/statusHTML provider table.
GEThttps://anyasset.dev/healthOK check.
GEThttps://anyasset.dev/llms.txtLLM / agent context (llms.txt)

GET /search parameters

Example request

GET https://anyasset.dev/search?q=tree&type=image&sources=openverse&limit=10