resolve
Find an API for a task described in natural language. Provides the top recommendation and up to two alternatives, with budget and latency filtering.
Instructions
Find the best API for a task using natural language. Returns the top recommendation and up to 2 alternatives. Decixa uses Phase 3 vector + scoring to rank verified-x402 APIs by intent. When no candidate clears the similarity threshold, returns recommendation_status='no_match' with suggestions. Use this when you want Decixa to pick — use discover when you want to see the list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget | No | DEPRECATED in v0.1.9. Prefer cost_max_per_call_usdc. Maximum USDC cost per call (e.g. 0.01). Invalid values silently ignored. When both budget and cost_max_per_call_usdc are set, the stricter (smaller) value applies. | |
| intent | Yes | What you want to do in natural language (e.g. 'summarize news articles', 'get token price') | |
| latency | No | Required response latency tier | |
| min_similarity | No | Similarity threshold for vector search. Default 0.5. Out-of-range returns 400. | |
| latency_p95_max_ms | No | v0.1.9 (D-084): Maximum measured p95 latency in milliseconds. Invalid values (≤0, NaN) return 400. APIs with no measured p95_latency_ms are excluded from results when this filter is set. | |
| cost_max_per_call_usdc | No | v0.1.9 (D-084): Maximum cost per call in USDC. Invalid values (negative, NaN) return 400. When both budget and this are set, the stricter (smaller) value applies. |