Phoneme-Level Speech API

Spoken language identification demo

Upload or record speech audio and call the Langcraft language identification endpoint. The response returns the most likely spoken language, ISO language codes, confidence, model latency, and top predictions.

API response fields

  • Language: public language code, ISO-639-1 where available and ISO-639-3 otherwise.
  • Confidence: probability for the top language prediction.
  • Predictions: ranked language candidates with ISO codes and raw scores.
  • Constraints: optional expected_languages restrict predictions to likely language codes.

Get started

Review the API documentation, try the live demo, or request an API key to integrate phoneme-level speech analysis into your product.

Read the API docs Test the live demo Request an API key