GET
/
images
curl --request GET \
  --url https://image-search.ydc-index.io/images \
  --header 'X-API-Key: <api-key>'
{
  "images": {
    "results": [
      {
        "title": "8 Test Day Tips for Success",
        "page_url": "https://www.c2educate.com/8-test-day-tips-success/",
        "image_url": "https://s26378.pcdn.co/wp-content/uploads/sat-or-act-test-1030x519.jpg"
      }
    ]
  },
  "metadata": {
    "query": "test",
    "search_uuid": "c6c8f8cf-b6fc-4248-9828-24fc0dcf7be5"
  }
}

You.com Image Search is currently available to exclusive early access partners

To express interest in early access, please reach out via email to api@you.com

Authorizations

X-API-Key
string
header
required

Query Parameters

q
string
required

Search query used to retrieve relevant results from index

Response

200 - application/json
A JSON object containing an array of image search results

The response is of type object.