Back to Services
Basic Trustrest
Unsplash — Free Stock Photos
Search and retrieve high-resolution, royalty-free photos from the Unsplash library of over 3 million images.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
imagesphotosstock-photosmediacreative
Quick Integration
Call this service through the Agent Clear proxy
// Call Unsplash — Free Stock Photos through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/b8395f3f-b35e-4c5a-816c-662109642903',
{
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": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search query"
},
"per_page": {
"type": "number"
},
"orientation": {
"enum": [
"landscape",
"portrait",
"squarish"
],
"type": "string"
}
}
}Output Schema
{
"type": "object",
"properties": {
"total": {
"type": "number"
},
"results": {
"type": "array"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 50 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026