Skip to main content

Documentation Index

Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

query
string
required
Search query
count
number
default:"10"
Number of results (1-80)
orientation
string
"landscape" | "portrait" | "square"
color
string
Filter by dominant color: red, orange, yellow, green, turquoise, blue, violet, pink, brown, black, gray, white
size
string
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)