curl -X POST https://<host>/match -H "x-api-key: $KEY" \
-d '{"query": "로켓 런처 발사음", "top_k": 5}'
# → candidates: file_path · caption · duration_sec · preview_url
# 에이전트는 duration_sec로 "3초짜리"를 스스로 거릅니다
curl -X POST https://<host>/axis -H "x-api-key: $KEY" \
-d '{"query": "타격음", "high": "무거운", "low": "가벼운", "top_k": 8}'
· · openapi.json