Developer API

TanzaiTools API docs for ecosystem builders

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

Live API Explorer

Test API responses on this page

Run production API examples for search, advisor and marketplace moderation without leaving TanzaiTools.

GET/api/v2/search?q=youtube channel&limit=5

Response

idle
{
  "endpoint": "/api/v2/search?q=youtube%20channel&type=tool&limit=5",
  "method": "GET"
}
Quick integration

Copy-ready API examples

API status

cURL search

curl "https://tanzaitools.com/api/v2/search?q=youtube%20channel&limit=5"

JavaScript advisor

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()

Moderation check

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"}'
GET/api/v2/search?q=youtube&type=tool&limit=10

Universal ecosystem search across tools, SaaS, APIs, agents, prompts, models, datasets and marketplace-ready resources.

POST/api/v2/advisor

Goal-based AI advisor that returns workflow steps, matching tools, cost notes, alternatives and comparison pages.

GET/api/v2/ecosystem

Ecosystem readiness, resource types, hub URLs and search index metadata.

GET/api/v2/index-manifest

Search index manifest with resource counts, fields, ranking signals and scale plan.

POST/api/marketplace/submit

Reviewed marketplace intake for tools, prompts, agents, APIs, startups, research, jobs and courses.

POST/api/marketplace/moderate

Moderation scoring endpoint with risk signals, trust signals, reviewer checklist and indexing eligibility.

GET/api/status

Operational status endpoint with API version, indexed resources, checks and core endpoint references.

GET/api/changelog

Machine-readable API version history and endpoint release notes.

GET/api/openapi.json

Machine-readable OpenAPI 3.1 specification for developers, API clients and documentation tools.

GET/api/v1/tools/search?q=seo

Search tools with semantic ranking.

GET/api/v1/categories

Return all categories with counts.

GET/api/v1/trending

Return trending tools and metadata.

GET/api/v1/tools/{toolId}

Return one tool profile with related tools.

GET/api/v1/alternatives/{slug}

Return AI alternative page data.

GET/api/v1/comparisons/{slug}

Return comparison engine data.

POST/api/v1/assistant

AI discovery assistant for natural-language tool matching.

Rate limits

Public API responses include rate-limit headers. Higher API tiers are designed for owner and enterprise plans.

Moderation

Marketplace endpoints score submissions but publishing still requires human approval.

Version headers

Every platform API response includes x-tanzaitools-api-version and x-tanzaitools-api-docs headers for client tracking.