v1

latestOpenAPI 3.0.12026-07-143213.0 KB
similarity

API endpoint to search similarity using content

Endpoint for an end-user client to search similarity by content.

If you want to run the /similarity/by_content operation, you can do so via an HTTP POST command to the following URL:

https://searchly.asuarez.dev/api/v1/similarity/by_content
post/similarity/by_content

Request body

contentstring

Content for searching similarity.

Response

Standard SearchLy API v1 JSON response. You should check the error attribute to determine if there was an error.

errorboolean

Whether or not the request was successfully processed or not.

messagestring

Error message if the request was unsuccessful.

All 3 operations