Back to Services
Basic Trustrest
HCPCS Code Search — Medical Procedure Codes
Search HCPCS/CPT codes for medical procedures and services. Used in healthcare billing, insurance claims, and revenue cycle management.
Total Calls
0
Success Rate
—
Avg Latency
50ms
Capabilities
cpthcpcsmedical-billingprocedureshealthcareinsurancercm
Quick Integration
Call this service through the Agent Clear proxy
// Call HCPCS Code Search — Medical Procedure Codes through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/3752798b-efe8-4ebb-9a4b-77043f51c6e6',
{
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": {
"terms": {
"type": "string",
"description": "Search term (procedure description or code)"
},
"maxList": {
"type": "number",
"description": "Max results (default 7)"
}
}
}Output Schema
{
"type": "object"
}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