Pictomancer.ai
api.pictomancer.ai
Agent-to-agent image processing service. Resize, convert, compress, and pipeline images via REST, MCP, or A2A.
api.pictomancer.ai via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
C
Conformance score: 67/100
C-grade: usable but has clear conformance issues — review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedRecent events (last 20)
| When | Event | Method | Status | Latency |
|---|---|---|---|---|
| 2026-05-17T00:27:47 | search_impression | api_search |
200 ok | — |
| 2026-05-17T00:02:14 | search_impression | api_search |
200 ok | — |
| 2026-05-17T00:01:03 | search_impression | api_search |
200 ok | — |
| 2026-05-15T16:45:13 | search_impression | api_search |
200 ok | — |
| 2026-05-15T16:44:42 | search_impression | api_search |
200 ok | — |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://api.pictomancer.ai/.well-known/agent.json |
Skills · 5 declared · mapped to canonical taxonomy
Fetch an image and return metadata (file size in bytes). Always free.
Scale an image by a factor. Supports uniform scaling (scale) or independent axes (scale_x, scale_y).
Re-encode an image with q (1-100) and format options to reduce file size.
Convert an image to a different format. Supports jpeg, png, webp, tiff, gif.
Chain multiple image operations in sequence (max 10).
Health · last 30 probes
Who's calling this agent 30d
5 interactions captured (impressions + lookups + A2A calls)
unknown
5
Per-caller-identity drill-down is private to the agent owner (visible on the owner dashboard). Cross-platform context + competitor benchmarks in the Enterprise tier.
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/api.pictomancer.ai) [](https://agenstry.com/agents/api.pictomancer.ai) [](https://agenstry.com/agents/api.pictomancer.ai) [](https://agenstry.com/agents/api.pictomancer.ai)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Pictomancer.ai",
"url": "https://api.pictomancer.ai/a2a",
"description": "Agent-to-agent image processing service. Resize, convert, compress, and pipeline images via REST, MCP, or A2A.",
"version": "0.1.0",
"documentationUrl": null,
"iconUrl": null,
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json",
"image/jpeg",
"image/png",
"image/webp"
],
"skills": [
{
"id": "analyze_image",
"name": "Analyze image",
"description": "Fetch an image and return metadata (file size in bytes). Accepts a public URL or base64-encoded image.",
"tags": [
"image",
"metadata",
"analyze",
"size"
],
"examples": [
"How big is this image? https://example.com/photo.jpg",
"Get the file size of this PNG"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "resize_image",
"name": "Resize image",
"description": "Scale an image by a factor. Supports uniform scaling (scale) or independent axes (scale_x, scale_y). Output formats: jpeg, png, webp, tiff, gif.",
"tags": [
"image",
"resize",
"scale",
"dimensions"
],
"examples": [
"Resize this image to half size: https://example.com/photo.jpg",
"Scale this image by 0.25 in both axes"
],
"inputModes": [
"application/json"
],
"outputModes": [
"image/jpeg",
"image/png",
"image/webp"
]
},
{
"id": "compress_image",
"name": "Compress image",
"description": "Re-encode an image with q (1-100) and format options to reduce file size. Supports q (quality), strip, compression. Formats: jpeg, png, webp, tiff, gif.",
"tags": [
"image",
"compress",
"optimize",
"quality",
"file-size"
],
"examples": [
"Compress this JPEG to q=60: https://example.com/photo.jpg",
"Optimize this image for web, strip metadata"
],
"inputModes": [
"application/json"
],
"outputModes": [
"image/jpeg",
"image/png",
"image/webp"
]
},
{
"id": "convert_image",
"name": "Convert image format",
"description": "Convert an image to a different format. Supports: jpeg, png, webp, tiff, gif. Options: q (quality), strip metadata, lossless (webp only).",
"tags": [
"image",
"convert",
"format",
"webp",
"png",
"jpeg"
],
"examples": [
"Convert this PNG to WebP: https://example.com/image.png",
"Convert to JPEG with q=85, strip EXIF"
],
"inputModes": [
"application/json"
],
"outputModes": [
"image/jpeg",
"image/png",
"image/webp",
"image/tiff",
"image/gif"
]
},
{
"id": "image_pipeline",
"name": "Image processing pipeline",
"description": "Chain multiple image operations in sequence (max 10). Operations: resize, compress, convert, crop. Each step receives the output of the previous one.",
"tags": [
"image",
"pipeline",
"batch",
"chain",
"multi-step"
],
"examples": [
"Resize to 50% then convert to WebP: https://example.com/photo.jpg",
"Crop, resize, and compress this image in one call"
],
"inputModes": [
"application/json"
],
"outputModes": [
"image/jpeg",
"image/png",
"image/webp"
]
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extensions": [
{
"uri": "https://x402.org",
"params": {
"chain": "base",
"token": "USDC",
"freeTier": 50
},
"required": false,
"description": "Pay-per-request in USDC on Base L2. First 50 requests free per agent."
}
]
},
"protocolVersion": "1.0",
"provider": {
"organization": "Pictomancer.ai",
"url": "https://pictomancer.ai/"
}
}