Back to Services
Basic Trustrest
NLM — MedlinePlus Health Topics
Access consumer health information from the National Library of Medicine covering diseases, conditions, wellness, and medications.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
healthcaremedicalhealth-infonlmgovernment
Quick Integration
Call this service through the Agent Clear proxy
// Call NLM — MedlinePlus Health Topics through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/2290d2ba-3d34-48b6-b7e3-240291364a2a',
{
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": [
"mainSearchCriteria"
],
"properties": {
"mainSearchCriteria": {
"type": "string",
"description": "Medical code or topic"
},
"knowledgeResponseType": {
"type": "string"
}
}
}Output Schema
{
"type": "object",
"properties": {
"feed": {
"type": "object"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026