Privacy-focused Image Search API · v2.0 · https://cyron.vercel.app
POST /search — JSON Body
GET /search/<query> — Live Gallery
All Endpoints
Returns complete API documentation, available endpoints, and quick start examples.
Returns comprehensive example queries organized by category with GET and POST formats.
Check API health status and configuration including cache, CORS, safe search, proxy mode.
View cache performance statistics — hit rate, size, efficiency — and provider information.
Search for images using JSON request body. Supports all filters, pagination, and proxy mode. See Search tab for interactive demo.
Browser-accessible URL-based search. All POST parameters available as query params. Additionally supports stream parameter.
Example Queries
Fetches /examples endpoint and renders all categories
GET /health
GET /stats
Error Reference
{
"success": false,
"error": "per_page must be between 1 and 100",
"provided": 150
}
Invalid parameters — per_page out of range, invalid size/time_range value, or missing required query.
{
"success": false,
"error": "No images found for this query.",
"suggestion": "Try different keywords, remove filters, or check a different page.",
"query": "your-query",
"filters": { ... }
}
No images matched the query. Try broader terms or remove size/time filters.
{
"success": false,
"error": "Could not fetch results. All search providers are currently unavailable.",
"suggestion": "Please try again in a few moments.",
"providers_attempted": 11
}
All 11 SearX providers failed. Automatic failover exhausted. Retry after a few minutes.
Common causes and fixes: