Skip to content
HaraldBerthelsen edited this page Dec 28, 2017 · 8 revisions

wikispeech

Use "curl -X OPTIONS https://wikispeech.morf.se/" to get up-to-date information on the api.

OPTIONS
GET
POST

Arguments:
	input (required)
	lang  (required)
	textprocessor  (default: default textprocessor for language)
	voice  (default: default voice for language)
	input_type  (text|ssml. Default: text)
	output_type (json|audio (not yet implemented). Default: json)

wikispeech/textprocessing

Use "curl -X OPTIONS https://wikispeech.morf.se/textprocessing/" to get up-to-date information on the api.

OPTIONS ?
GET
POST

Arguments:
	input (required)
	lang  (required)
	textprocessor  (default: default textprocessor for language)
	input_type  (text|ssml. Default: text)
	output_type (json. Default: json)

wikispeech/synthesis

Use "curl -X OPTIONS https://wikispeech.morf.se/synthesis/" to get up-to-date information on the api. NOTE 28/12 2017 TODO: The returned json describing the input format is not correct

OPTIONS ?
GET
POST

Arguments:
	input  (required)
	lang   (required)
	voice  (default: default voice for language)
	output_type (json|audio (not yet implemented). Default: json)
Clone this wiki locally