Back to Services
Basic Trustrest
Pexels — Free Stock Photos & Videos
Search and download free stock photos and videos. All content is free to use with no attribution required.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
imagesphotosvideosstock-mediacreative
Quick Integration
Call this service through the Agent Clear proxy
// Call Pexels — Free Stock Photos & Videos through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/7b927df0-3b23-4ac5-86e1-c8939b85654f',
{
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",
"square"
],
"type": "string"
}
}
}Output Schema
{
"type": "object",
"properties": {
"photos": {
"type": "array"
},
"total_results": {
"type": "number"
}
}
}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