Stock Media
Search configured stock photo and video providers
GET
/stock-media/searchQuery Parameters
provider*string
Value in
- "pexels"
- "unsplash"
- "pixabay"
query*string
Length
1 <= length <= 120kind?string
Default
"photo"Value in
- "photo"
- "video"
orientation?string
Value in
- "landscape"
- "portrait"
- "square"
size?string
Value in
- "small"
- "medium"
- "large"
color?string
Length
length <= 80locale?string
Length
length <= 12order?string
Value in
- "relevant"
- "latest"
- "popular"
content_filter?string
Value in
- "low"
- "high"
collections?string
Length
length <= 500category?string
Length
length <= 40media_subtype?string
Value in
- "all"
- "photo"
- "illustration"
- "vector"
editors_choice?boolean
min_width?integer
Format
int64Range
0 <= value <= 20000min_height?integer
Format
int64Range
0 <= value <= 20000page?integer
Format
int64Range
1 <= value <= 500Default
1per_page?integer
Format
int64Range
1 <= value <= 40Default
24Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/stock-media/search?provider=pexels&query=string"{ "$schema": "https://example.com/api/v1/schemas/SearchPage.json", "has_more": true, "items": [ { "attribution_text": "string", "creator_name": "string", "creator_url": "string", "duration_seconds": 0, "external_id": "string", "height": 0, "kind": "string", "license_name": "string", "license_url": "string", "preview_url": "string", "provider": "string", "provider_url": "string", "source_url": "string", "thumbnail_url": "string", "title": "string", "width": 0 } ], "page": 0, "per_page": 0, "provider": "string", "provider_url": "string", "total": 0}