> ## Documentation Index
> Fetch the complete documentation index at: https://rimelabs-docs-coda-websocket-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SignalWire

> Integrate Rime TTS with SignalWire's communications platform.

export const IntegrationHeader = ({partnerLogo, partnerAlt = "Partner logo", rimeLogo = "/images/rime_logo_new.svg", rimeAlt = "Rime logo", rimeHeight = "40px", partnerHeight = "40px"}) => <div style={{
  width: "100%",
  display: "flex",
  flexDirection: "row",
  alignItems: "center",
  justifyContent: "center",
  gap: "12px",
  flexWrap: "nowrap",
  marginBottom: "24px"
}}>
    <img src={rimeLogo} style={{
  height: rimeHeight,
  display: "inline-block"
}} alt={rimeAlt} />
    <span style={{
  fontSize: "24px",
  color: "#666",
  display: "inline-block"
}}>
      +
    </span>
    <img src={partnerLogo} style={{
  height: partnerHeight,
  display: "inline-block"
}} alt={partnerAlt} />
  </div>;

<IntegrationHeader partnerLogo="/images/signalwire.png" partnerAlt="SignalWire logo" />

Use Rime TTS through [SignalWire](https://signalwire.com/) for phone and real-time communications applications. SignalWire provides the communications layer and exposes Rime through its API.

SignalWire's MovieBot uses Rime's `spore` voice on Mist v2 and can be reached at <a href="tel:13204668437">320 4MOVIES</a>.

Use [SignalWire's documentation](https://developer.signalwire.com/) for setup and API details.
