t
TasteOS
/api/public/v1
Inspect

Taste API playground

Compose multi-step scenarios against the live Taste API. Bindings forward profile, option, and signal IDs between steps so you can observe how blocklists, corrections, and intent shift fit in real time.

Add step
01
Create taste profile
POST /api/public/v1/taste/profile
idle
Request body
Awaiting run…
02
Register candidate option
POST /api/public/v1/taste/options
idle
Request body
Awaiting run…
03
Capture a positive signal
POST /api/public/v1/taste/signals
idle
Request body
Bindings from previous steps
  • taste_profile_id drchqyt.taste_profile_id
  • option_id kvewshk.options[0].id
  • domain_key kvewshk.options[0].domain_key
Awaiting run…
04
Score the option
POST /api/public/v1/taste/score
idle
Request body
Bindings from previous steps
  • taste_profile_id drchqyt.taste_profile_id
  • option_id kvewshk.options[0].id
Awaiting run…
05
Rank against pool
POST /api/public/v1/taste/recommend
idle
Request body
Bindings from previous steps
  • taste_profile_id drchqyt.taste_profile_id
Awaiting run…