Asuarez Searchly
Connector for the asuarez-searchly API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://searchly.asuarez.dev/api/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
src_searchly_api_v1_controllers_similarity_by_so— GET /similarity/by_song — API endpoint to search similarity using a song identifiersrc_searchly_api_v1_controllers_song_search— GET /song/search — API endpoint to search songs from the database given a querysrc_searchly_api_v1_controllers_similarity_by_co— POST /similarity/by_content — API endpoint to search similarity using content
Inputs
apiKey— your asuarez-searchly API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: src_searchly_api_v1_controllers_similarity_by_so
apiKey: <your key>