One API call to search images and generate a shareable gallery page. Built for AI agents, bots, and developers.
No SDKs to install, no infra to run. Just a single endpoint that searches the web, hosts the results, and hands you back a link.
POST /v1/search with a natural-language query — e.g. “cute cats”, “tokyo skyline at dusk”.
PixS99 searches across image sources, ranks results, and generates a hosted gallery page on our edge in milliseconds.
You receive a short viewer URL plus the raw image data. Pass it to your users — one click and they see everything.
Single-call design fits LLM tool-use patterns. Returns both URL and structured data.
Viewer pages and image proxies cached at 12 PoPs. Sub-200ms first paint anywhere.
Per-key rate limits, IP allowlists, and full audit logs. Rotate or revoke anytime.
Upload your own image sets and search them with the same API. Up to 1M images per collection.
Per-endpoint metrics, error logs, and replay. See every request in your dashboard.
Encrypted in transit and at rest. No image data stored beyond TTL. GDPR compliant.
Authenticate with a Bearer token, send a query, get a viewer URL plus the structured image array. No webhooks, no polling.
# Search and get a shareable viewer URL curl -X POST https://api.pixs99.io/v1/search \ -H "Authorization: Bearer pixs99_demo-key-xxx" \ -H "Content-Type: application/json" \ -d '{"query": "tokyo skyline", "count": 10}' # Response { "viewer_url": "https://pixs99.io/v/abc123", "images": [ { "url": "https://...", "title": "...", "source": "..." }, ... ] }
Start free. Upgrade when your bot finds product-market fit. No seat fees, no hidden costs.
Free
$0/mo
For prototyping & personal projects.
Pro
$19/mo
For builders shipping real products.
Ultra
$49/mo
For high-traffic apps & agencies.
Need more? Contact us for enterprise pricing with SSO, on-prem cache, and custom SLAs.