Private BetaFound a bug or have feedback? Share it →

Dog Images

Random dog images by breed. Great for testing image display, UI demos, and placeholder content. Free, no key required.

Healthy
UtilitiesNo upstream key required

Base URL

https://api.apiclearinghouse.com/v1/call/dog-images

Authenticate with X-Api-Key: chk_live_... header.

GET/random

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/dog-images/random" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "status": "example",
    "image_url": "example"
  }
}
GET/breed

Parameters

NameTypeRequiredDescription
breedstringrequiredBreed name (e.g. "labrador", "poodle", "husky")

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/dog-images/breed?breed={breed}" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "status": "example",
    "image_url": "example"
  }
}

Try it live

No setup required. Sign in and run Dog Images directly from your browser.

Open in Explorer →

Rate Limits

Free10/min
Pro100/min
Elite500/min

Monthly limits also apply per plan.

Authentication

Pass your API key in the request header:

X-Api-Key: chk_live_...
Join the beta
← Back to catalog
dog-images API Documentation — API Clearinghouse