"landscape" | "portrait" | "square"
Filter by dominant color: red, orange, yellow, green, turquoise, blue, violet, pink, brown, black, gray, white
Minimum photo size: "large" (24MP+) | "medium" (12MP+) | "small"
curl "https://api.usenaive.ai/v1/images/stock?query=office+workspace&count=10&orientation=landscape" \
-H "Authorization: Bearer nv_sk_live_..."
{
"photos": [
{
"id": "stock-123",
"url": "https://stock.example.com/photo/123",
"photographer": "John Doe",
"alt": "Modern office workspace with laptop",
"width": 1920,
"height": 1080,
"src": {
"original": "https://images.example.com/photos/123/photo-123.jpeg",
"large": "https://images.example.com/photos/123/photo-123.jpeg?w=940",
"medium": "https://images.example.com/photos/123/photo-123.jpeg?w=350",
"small": "https://images.example.com/photos/123/photo-123.jpeg?w=130"
}
}
],
"total": 500,
"credits_used": 0
}
Cost: Free (0 credits)