search_resources
Search and retrieve resources by applying filters such as orientation, content type, license, and more. Sort results by relevance or recency to find specific visual content efficiently.
Instructions
Retrieve a list of resources based on various filter criteria such as orientation, content type, license, and more.
Query Parameters:
page: Page number. It must be greater than 0 and less than or equal to 100.
limit: Limit results per page. It must be greater than 0.
order: Specifies the order in which search results are returned. The available options allow you to prioritize results based on different criteria:
relevance
: Prioritizes results that are most relevant to the search query.recent
: Sorts results by the most recent updates.term: Search term. If only term comes, it is searched for term, if only slug comes, it is searched for slug and if both come, it is searched for slug
filters: Advanced filtering options for resources
Responses:
200 (Success): Ok Response
Content-Type:
application/json
Response Properties:
data: A list of resources.
Example:
400: Bad Request - The server could not understand the request due to invalid syntax.
Content-Type:
application/json
Response Properties:
Example:
401: Unauthorized - The client must authenticate itself to get the requested response.
Content-Type:
application/json
Response Properties:
Example:
403: Forbidden - The client does not have permission to access the requested resource.
Content-Type:
application/json
Response Properties:
Example:
404: Not Found - The server can not find the requested resource.
Content-Type:
application/json
Response Properties:
Example:
503: Service Unavailable
Content-Type:
application/json
Response Properties:
Example:
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Accept-Language | No | Specifies the search query language using the ISO 639-1 (2-letter language code) and the ISO 3166-1 (2-letter country code) for language variants. The API will use "en-US" as a default language for processing if a code is not provided, or does not exist. | |
filters | No | Advanced filtering options for resources | |
limit | No | Limit results per page. It must be greater than 0. | |
order | No | Specifies the order in which search results are returned. The available options allow you to prioritize results based on different criteria: - `relevance`: Prioritizes results that are most relevant to the search query. - `recent`: Sorts results by the most recent updates. | relevance |
page | No | Page number. It must be greater than 0 and less than or equal to 100. | |
term | No | Search term. If only term comes, it is searched for term, if only slug comes, it is searched for slug and if both come, it is searched for slug |