get_api_detail
Retrieve complete details of a specific API by its ID, including endpoint URL, pricing, and trust signals, to evaluate before calling.
Instructions
Get full details for a specific API by its ID. Returns endpoint URL, pricing, capability, tags, agent compatibility, schema info, use cases, trust signals (trust_evidence), and provider. Prefer trust_evidence.score (with uptime_7d / p95_latency_ms / payment_req_parsed) over legacy trust_score for new clients. The top-level verified_live boolean indicates whether this API is verified to accept x402 payments; unlike resolve/discover, detail also returns APIs that are not yet verified. Use this after resolve or discover to inspect a specific API before calling it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_id | Yes | The API ID returned by search_apis (recommended.id) or browse_apis (apis[].id) |