← Back to catalog
pexels.search_photos
mock data$0.001 / callSearch Pexels Stock Photos
Search curated free stock photos by keyword — filter by orientation (landscape/portrait/square), color, size. Returns multiple resolutions (original to tiny), photographer name, Pexels URL. Free for commercial use (Pexels)
Input schema
page
integerPage number for pagination
size
stringMinimum photo size
color
stringColor filter (e.g. "red", "blue", "green", "yellow", "orange", "white", "black")
limit
integerResults per page (default 10, max 80)
queryrequired
stringSearch term (e.g. "sunset beach", "office meeting", "technology")
orientation
stringPhoto orientation filter
Call via REST
curl -X POST https://unifyapi.pro/api/call/pexels.search_photos \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"page":0,"size":"<size>","color":"<color>","limit":0,"query":"<query>","orientation":"<orientation>"}'