Is the archive.org Reverse Image Search API working?
Posted in General by armstrong Sun May 31 2020 04:10:21 GMT+0000 (Coordinated Universal Time)·1·Viewed 1,114 times
I'm trying the provided command with my own image `look-up-without-spaces.png` in the same folder as my Mac Terminal:
`curl -F "[email protected]" https://api.archivelab.org/v1/images`
And it returns:
```
{
"error": "list index out of range"
}%
```
Is the example command wrong?
bvggg