pixelvault.dev
Agent-first image hosting for developers. One API call to register, one to upload. Free to start.
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 0 · Act 2 · Transact 0 · Score: Not yet scored
Tool inspector
pixelvault_build_transform_url
Given a PixelVault CDN image URL (https://img.pixelvault.dev/...), append on-the-fly transform parameters and return the ready-to-use URL — no re-upload or API call. Params: w, h, fit (scale-down|contain|cover|crop|pad), fmt (auto|webp|avif|jpg|png), q, blur, sharpen, rotate (90|180|270), flip (h|v|hv), segment (foreground = AI background removal), brightness, contrast, saturation, background, gravity, zoom, tile, size (s|m|l|social).
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
url |
string | yes | A PixelVault CDN URL, e.g. https://img.pixelvault.dev/proj/img.jpg |
params |
object | no | Transform params, e.g. { "w": 400, "fmt": "webp", "q": 75 } |
Raw JSON schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "A PixelVault CDN URL, e.g. https://img.pixelvault.dev/proj/img.jpg"
},
"params": {
"type": "object",
"description": "Transform params, e.g. { \"w\": 400, \"fmt\": \"webp\", \"q\": 75 }"
}
},
"required": [
"url"
]
}
Similar websites
neohack.dev
An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…