Skip to main content
The stock image search gives programmatic access to the images at budgetpixel.com/images: AI-generated photos, illustrations, backgrounds, wallpapers and textures. Every image is reviewed before it is listed and keeps out real people, logos and text. Each result comes with download links in several sizes and a ready-made credit line.
Available on every plan, including Free. It is the one endpoint a Free plan’s API key can call. Everything else in the API, and generation through the MCP connector, needs a paid plan.

Pricing

  • 10 credits per search, from your plan’s credits.
  • A search is charged when it succeeds, including one that matches nothing. Make queries specific rather than issuing many vague ones.
  • Invalid parameters are refused with a 400 and cost nothing.
  • Searches count toward the monthly spend limit you can set under Billing.
The endpoint searches existing images only; it never generates one. To make a new image, use the image generation endpoints (paid plans).

Licence and credit

Every image is licensed CC BY 4.0: you can use it commercially, edit it, and use it in client work, provided you credit it wherever it is used. Each result includes the credit line, so you don’t have to compose one:
  • attribution.text, for captions, video descriptions, credits pages and README files.
  • attribution.html, for web pages. It links the image, BudgetPixel and the licence.
Download the files and serve them yourself. Don’t hotlink the returned URLs from a production app.

Parameters

All parameters are optional. Send a query, a category, or both. Words match each image’s title, tags, alt text, prompt and search keywords. When a text query has few word matches, images found by meaning are added on the first page.

Response

The urls are the original JPG plus 1280 px and 640 px versions (the long edge), in JPG and WebP. The files also carry the licence and credit in their embedded metadata (IPTC/XMP).

From an AI agent (MCP)

The MCP connector has the same search as the search_stock_images tool. Sign in once, with no API key, and ask in plain words:
  • “Find a free stock photo of a misty forest for my blog header, and give me the credit line”
  • “I need a portrait-shaped pastel background for an Instagram story”
The tool costs the same 10 credits per search and works on every plan, including Free.

Errors