Bug: the search api is not working

anyone have a solution?
The search api is giving an error , when i try to follow the documentation (adding my project id and api key offcourse) i get this error message “An error occurred with this request, please try again. If problem persists, contact support@roboflow.com

the api request :


curl -X POST "https://api.roboflow.com/my-workspace/my-project-name/search?api_key=$ROBOFLOW_API_KEY" \
-H 'Content-Type: application/json' \
--data \
'{
"like_image": "10.jpeg",
"in_dataset": true,
"limit": 125
}'

Hi there, for the like_image parameter, you need to enter the imageId, not the filename. You can find this in the url when viewing the image in the annotation editor.

is there a way to search by filename?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.