dev change to visual_matches engine
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-02-11 16:24:19 +07:00
parent 52e1a7dd02
commit 970e0fa615
2 changed files with 2 additions and 1 deletions
@@ -206,6 +206,7 @@ public class YandexSearchService {
.addQueryParameter("engine", "yandex_reverse_image")
.addQueryParameter("api_key", searchApiKey)
.addQueryParameter("url", imageUrl)
.addQueryParameter("search_type", "visual_matches")
.addQueryParameter("wait", "true")
.build();
+1 -1
View File
@@ -98,7 +98,7 @@ yandex:
search-url: ${YANDEX_SEARCH_URL:https://searchapi.api.cloud.yandex.net/v2/image/search_by_image}
searchapi:
api-key: ${SEARCHAPI_API_KEY:AK1Ph7D22gCBoq7Wuqdnq9j2}
api-key: ${SEARCHAPI_API_KEY:rdwNzCr2eybYVbU1KrGTJAgm}
reverse-image-url: "https://searchapi.io/api/v1/search"
app: