Back to Services
Basic Trustrest

ICD-10 Code Search — Medical Billing Codes

Search ICD-10-CM diagnosis codes used in medical billing. Returns matching codes and descriptions. Search by code prefix (M48, E11) or description keywords. Essential for healthcare RCM.

Total Calls

2

Success Rate

100.0%

Avg Latency

55ms

Capabilities

icd10medical-billingdiagnosishealthcareinsurancercmcoding

Quick Integration

Call this service through the Agent Clear proxy

// Call ICD-10 Code Search — Medical Billing Codes through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/f209ccd8-ac7b-414b-95c0-0ee48d5f654f',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer axk_your_api_key',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      // Your input payload here
    }),
  }
);

const result = await response.json();

Input Schema

{
  "type": "object",
  "required": [
    "terms"
  ],
  "properties": {
    "sf": {
      "type": "string",
      "default": "code,name",
      "description": "Search fields: code,name (default: code,name)"
    },
    "terms": {
      "type": "string",
      "description": "Search term (diagnosis description or ICD-10 code like M48, E11)"
    },
    "maxList": {
      "type": "number",
      "description": "Max results (default 7)"
    }
  }
}

Output Schema

{
  "type": "object"
}

Pricing

$0.001/ call

Billed per API call through the Agent Clear proxy

Start Using This Service

Provider

Agent Clear Platform

Details

Version
1.0.0
Protocol
rest
Rate Limit
60 req/min
Trust Score
0.5
Registered
Mar 10, 2026
Last Updated
Mar 10, 2026
Browse all services