diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -41,8 +41,6 @@ Options: - `threshold` (default: 6) - Minimum similarity threshold. This is the Hamming distance used for phash comparisons. - `add` (default: true) - Pass `false` if you do not want the image added to the database. - -#### POST /v1/similar - -- `limit` (default: 10) - Number of results to return. - +- `limit` (default: 1) - Number of results to return. +- `url` - Image URL to fetch and test (will be stored if `add` is true) +- `q` (file) - Uploaded file to test (will not be stored)
\ No newline at end of file |
