Skip to content
Other

asuarez.dev:searchly

SearchLy API v1 sandbox and mock API

# 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. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
3
Collections
-
Event types
-
example request
curl https://your-asuarez-searchly.slurry.io/api/v1/similarity/by_song \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.0.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

All 3.

  • POST/similarity/by_content
  • GET/similarity/by_song
  • GET/song/search