cURL search
curl "https://tanzaitools.com/api/v2/search?q=youtube%20channel&limit=5"
Search tools, query the AI advisor, inspect the ecosystem index, and submit marketplace resources through reviewed production endpoints.
v8.6
API version
483
Resources
16
Endpoint docs
Operational
Status
Run production API examples for search, advisor and marketplace moderation without leaving TanzaiTools.
/api/v2/search?q=youtube channel&limit=5Response
idle{
"endpoint": "/api/v2/search?q=youtube%20channel&type=tool&limit=5",
"method": "GET"
}curl "https://tanzaitools.com/api/v2/search?q=youtube%20channel&limit=5"
const res = await fetch("https://tanzaitools.com/api/v2/advisor", {
method: "POST",
headers: { "content-type": "application/json" },
body: JSON.stringify({ goal: "I want to start a YouTube channel" })
})
const data = await res.json()curl -X POST "https://tanzaitools.com/api/marketplace/moderate" \
-H "content-type: application/json" \
-d '{"type":"tool","title":"Example Tool","description":"A detailed original description with ownership and pricing context.","contactEmail":"owner@example.com"}'/api/v2/search?q=youtube&type=tool&limit=10Universal ecosystem search across tools, SaaS, APIs, agents, prompts, models, datasets and marketplace-ready resources.
/api/v2/advisorGoal-based AI advisor that returns workflow steps, matching tools, cost notes, alternatives and comparison pages.
/api/v2/ecosystemEcosystem readiness, resource types, hub URLs and search index metadata.
/api/v2/index-manifestSearch index manifest with resource counts, fields, ranking signals and scale plan.
/api/marketplace/submitReviewed marketplace intake for tools, prompts, agents, APIs, startups, research, jobs and courses.
/api/marketplace/moderateModeration scoring endpoint with risk signals, trust signals, reviewer checklist and indexing eligibility.
/api/statusOperational status endpoint with API version, indexed resources, checks and core endpoint references.
/api/changelogMachine-readable API version history and endpoint release notes.
/api/openapi.jsonMachine-readable OpenAPI 3.1 specification for developers, API clients and documentation tools.
/api/v1/tools/search?q=seoSearch tools with semantic ranking.
/api/v1/categoriesReturn all categories with counts.
/api/v1/trendingReturn trending tools and metadata.
/api/v1/tools/{toolId}Return one tool profile with related tools.
/api/v1/alternatives/{slug}Return AI alternative page data.
/api/v1/comparisons/{slug}Return comparison engine data.
/api/v1/assistantAI discovery assistant for natural-language tool matching.
Public API responses include rate-limit headers. Higher API tiers are designed for owner and enterprise plans.
Marketplace endpoints score submissions but publishing still requires human approval.
Every platform API response includes x-tanzaitools-api-version and x-tanzaitools-api-docs headers for client tracking.