Skip to main content
POST
/
transcribe
Transcribe Media
curl --request POST \
  --url https://ds.cominty.com/transcribe \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-cominty-token: <api-key>' \
  --form 'file=<string>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.cominty.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-cominty-token
string
header
required

Your Cominty API token.

Body

multipart/form-data
file
string
required

Response

Successful Response