get_endpoint_spec
Get full call spec for any API route: price, JSON schema, request and response examples from live OpenAPI docs. Use before call_endpoint to know the exact body.
Instructions
FREE — no wallet needed. Full call spec for one route: price, input JSON schema, a worked request example, and a worked response example, straight from the live OpenAPI discovery doc. Pass the route path (with or without a leading slash, e.g. 'chess-moves' or '/chess-moves'). Use this before call_endpoint to know exactly what body to send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Route path, e.g. 'chess-moves' or '/geocode-city' |