Toolkiya API
Build on top of Toolkiya. Public endpoints, no API key, transparent rate limits.
No API key required
All public endpoints are keyless. Rate limits are enforced per IP address.
Built for abuse resistance
Layered rate limits: burst (per minute), daily (per IP), and global (shared budget across all users).
AI provider cascade
The Find Tool endpoint tries OpenRouter free, then Hugging Face, then Gemini, then keyword fallback. Never fails unexpectedly.
Base URL
https://toolkiya.comEndpoints
/api/find-tool10/min + 100/day per IP, 5000/day globalSmart Tool Finder
Match a natural-language query to the best tool in our library. Powered by an open-source AI cascade.
{
"query": "compress a pdf to 200kb"
}{
"slug": "compress-pdf",
"name": "Compress PDF",
"url": "https://toolkiya.com/compress-pdf",
"reason": "matched PDF compression intent"
}Note: CORS-open for browser extensions. No origin check. Validates returned slug against the real tool list.
/api/stats60/min per IPPublic Stats
Aggregate feedback counts, average rating, and top-rated tools.
{
"total_feedback": 342,
"average_rating": 4.6,
"total_feature_requests": 28,
"top_tools": [
{ "tool_slug": "pdf-merge", "avg_rating": 4.9, "total_ratings": 47 }
]
}Note: Edge-cached with stale-while-revalidate.
/api/showcase60/min per IPFeatured Reviews
Curated 4-5 star reviews with comments, used to power the homepage testimonial carousel.
[
{
"tool_slug": "remove-background",
"rating": 5,
"comment": "Worked perfectly on my product photos",
"created_at": "2026-04-10T14:32:00Z"
}
]/api/feedback5/min per IPSubmit Feedback
Anonymous rating + comment for a specific tool. Enforces spam heuristics.
{
"tool_slug": "pdf-merge",
"rating": 5,
"comment": "Saved me an hour"
}{ "ok": true }Need custom rate limits or enterprise access?
Self-hosted deployments, higher rate limits, and SLA guarantees available.
Enterprise plans