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
| Method | URL | Role |
|---|---|---|
GET | https://anyasset.dev/search | Search → { query, results[], errors[], meta }. |
GET | https://anyasset.dev/playground | Try search in the browser. |
GET | https://anyasset.dev/sources | JSON: name + assetTypes per provider. |
GET | https://anyasset.dev/status | HTML provider table. |
GET | https://anyasset.dev/health | OK check. |
GET | https://anyasset.dev/llms.txt | LLM / agent context (llms.txt) |
GET /search parameters
q— required.type— optional:image,vector,icon,video,audio,model3d,any.sources— optional, comma-separated ids. Omit = all providers.limit,page— optional.
Example request
GET https://anyasset.dev/search?q=tree&type=image&sources=openverse&limit=10