UnifyAPI
← Back to catalog

pexels.search_photos

mock data$0.001 / call

Search 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)

Media & Artsprovider: Pexels#pexels#media

Input schema

page

Page number for pagination

integer
size

Minimum photo size

string
color

Color filter (e.g. "red", "blue", "green", "yellow", "orange", "white", "black")

string
limit

Results per page (default 10, max 80)

integer
queryrequired

Search term (e.g. "sunset beach", "office meeting", "technology")

string
orientation

Photo orientation filter

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.