v14

latestOpenAPI 3.0.3raw.githubusercontent.com2023-06-27173980.4 KB

Our Speech Extraction API endpoint is used to extract text from audio files.

post/api/ai/speech-text

Response

OK

idstring

The unique identifier associated with the conversion process.

statusstring

The status of the conversion process.

timestampinteger

The timestamp when the conversion request was processed.

contentstring

The converted text from the speech.

processing_countinteger

The number of times the content has been processed to create the final content.

Example response

{
  "id": "d94612c2-e572-479b-894e-8254705c2983",
  "status": "success",
  "timestamp": 1683211582017,
  "content": "I have a silky smooth voice, and today I will tell you about the exercise regimen of the common sloth.",
  "processing_count": 20
}