The You.com Image Search is currently available to exclusive early access partnersTo express interest in early access, please reach out via email to api@you.com
The correct cURL code to use in your API call is in the playground. Click on Try it in the bar above to open the playground.
Description
This endpoint returns the URLs of images associated to the user query.Errors
The endpoint returns as a structured JSON object withstatus
, code
, title
, and detail
fields:
HTTP | Code | When it happens |
---|---|---|
401 | bad_request | This can happen for a missing API key: {"detail": "API key is required"} , an invalid/expired API key: {"detail": "Invalid or expired API key"} or for other auth parsing errors: {"detail": "<error message>"} |
403 | forbidden | API key lacks scope for the path (e.g., /images ): {"detail": "Missing required scopes"} |
500 | Internal Server Error (auth/authorization middleware) | This can happen in the case of authentication failure: {"detail": "Internal authentication error"} or authorization failure: {"detail": "Internal authorization error"} |
Authorizations
A unique API Key required to authorize API access. Ensure it is kept confidential. Get a free API Key at you.com/platform.
Query Parameters
Search query used to retrieve relevant results from index