ToolAssay

Deterministic phonetic rhyme (perfect + scored slant), pronunciation, syllables,

Deterministic phonetic rhyme (perfect + scored slant), pronunciation, syllables, scansion, homophones — from CMUdict. Free sample, no payment required: GET /play/prosody

Answeringour last check, 2026-09-24
1 of 1checks answered this week
300 msmedian answer time
$0.001listed price per call
$0.001price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://touchstone.locomot.io/prosody

CategoryEverything else
Provider hosttouchstone.locomot.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.001 300 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "max": 6,
    "op": "rhyme",
    "word": "orange"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "line": {
              "description": "scan: a line of verse",
              "type": "string"
            },
            "max": {
              "description": "rhyme: result count",
              "type": "integer"
            },
            "meter": {
              "description": "rhyme: filter by stress pattern",
              "type": "string"
            },
            "min_score": {
              "description": "rhyme: min closeness 0-1",
              "type": "number"
            },
            "op": {
              "description": "operation; default rhyme",
              "enum": [
                "rhyme",
                "pronounce",
                "syllables",
                "scan",
                "homophones"
              ],
              "type": "string"
            },
            "syllables": {
              "description": "rhyme: filter by syllable count",
              "type": "integer"
            },
            "text": {
              "description": "syllables: any text",
              "type": "string"
            },
            "types": {
              "description": "rhyme: perfect,assonance,consonance,slant",
              "type": "string"
            },
            "word": {
              "description": "the word",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "by_type": {
          "type": "object"
        },
        "count": {
          "type": "integer"
        },
        "deterministic": {
          "type": "boolean"
        },
        "engine": {
          "type": "string"
        },
        "filters": {
          "type": "object"
        },
        "frequency_source": {
          "type": "string"
        },
        "note": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "pronunciation_authority": {
          "type": "string"
        },
        "query_pronunciation": {
          "type": "string"
        },
        "rhymes": {
          "type": "array"
        },
        "word": {
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON