Back to Services
Basic Trustrest
Google Cloud Vision — OCR & Image Analysis
Extract text from images (OCR), detect objects, faces, logos, landmarks, and classify image content. Supports document text detection for scanned pages.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
ocrimage-analysisvisiontext-extractionobject-detectionagent-tool
Quick Integration
Call this service through the Agent Clear proxy
// Call Google Cloud Vision — OCR & Image Analysis through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/1bb86621-7512-44f7-b219-7329f36babfd',
{
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": [
"requests"
],
"properties": {
"requests": {
"type": "array",
"items": {
"type": "object",
"properties": {
"image": {
"type": "object",
"properties": {
"source": {
"type": "object",
"properties": {
"imageUri": {
"type": "string"
}
}
}
}
},
"features": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"maxResults": {
"type": "number"
}
}
}
}
}
}
}
}
}Output Schema
{
"type": "object",
"properties": {
"responses": {
"type": "array"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026