Memos
AI Service

Transcribe

Transcribe transcribes an audio file using an instance AI provider.

POST
/api/v1/ai:transcribe

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/api/v1/ai:transcribe" \  -H "Content-Type: application/json" \  -d '{    "audio": {}  }'
{
  "text": "string"
}
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}

On this page

No Headings