Get tool schema
Input and output JSON Schema for one tool, plus what a run costs your key. Use it after search to learn a tool’s exact contract without pulling the full catalog. Free: this call costs no credits.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The tool's slug. Nested slugs keep their slash: ai-writer/story.
Response
The tool's contract.
The tool's identifier — use it in GET /v1/tool/{slug} and POST /v1/tool/{slug}.
Human-readable tool name.
One-line summary of what the tool does.
One of the six catalog categories, e.g. converters.
Credits a run of this tool costs YOUR key, floor included — so it already reflects your plan and can be compared directly against GET /v1/me/credits.
Present only on per-unit tools: credit_cost is then a rate, and a run costs it times the value of this input field.
Worked examples, omitted when the tool declares none. expected is present only for deterministic tools — AI/random output has no fixed answer to print.