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 endpo
https://searchly.asuarez.dev/api/v1
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://searchly.asuarez.dev/api/v1
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
D
29%
builder-friendly
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| POST | /similarity/by_content |
API endpoint to search similarity using content |
| GET | /similarity/by_song |
API endpoint to search similarity using a song identifier |
| GET | /song/search |
API endpoint to search songs from the database given a query |
curl -X GET 'https://searchly.asuarez.dev/api/v1/similarity/by_content' \ -H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official SearchLy API v1 documentation.