Skip to content

WebSocket

wss://api.scamshield.click/ws
  1. Connect.
  2. Send an audio file as binary.
  3. ScamShield transcribes the audio.
  4. ScamShield analyzes the transcript.
  5. Receive a JSON response.

Example response:

{
"label":"Safe",
"score":0.08,
"certainty":"High",
"reason":"No suspicious language detected."
}