SA
SearchLy API v1
2 endpointslive# Introduction The SearchLy API provides similarity searching based on song lyrics. # Operations The API allows for the `/similarity/by_song` operation, which allows clients to search the similarity for an existing song in the database. Also, the API has an additional `/similarity/by_content` endpoint which allows clients to search similarity given a free String input through a JSON request body. (ingested from its OpenAPI definition; no key required)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for SearchLy API v1.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| API endpoint to search similarity using a song identifier /similarity/by_song | Endpoint for an end-user client to search similarity by song identifier. If you want to run the /similarity/by_song operation, you can do so via an HTTP GET command to the following URL: ``` https://searchly.asuarez.dev/api/v1/similarity/by_song ``` | $0.0020 per call | unknown |
| API endpoint to search songs from the database given a query /song/search | Endpoint for an end-user client to search songs from the database given a String query. If you want to run the /song/search operation, you can do so via an HTTP GET command to the following URL: ``` https://searchly.asuarez.dev/api/v1/song/search ``` | $0.0020 per call | unknown |