Transcriptions

Seamlessly transcribe your audio and video content programmatically, integrating our AI-driven transcription system into your own applications or existing workflows.

Request parameters

  • Name
    video
    Type
    file
    required
    Description

    Video file to convert

  • Name
    format
    Type
    string
    required
    Description

    Output format

  • Name
    output
    Type
    string
    Description

    Output type, either text or video. Defaults to text

HTTP Endpoint

POST
https://api.editframe.com/v2/transcriptions

Response

{
"id": "1pMqreNQ4k",
"event": "transcription.processing",
"timestamp": 1681203335,
}

Examples

Transcribe a video to an srt file

curl --location --request POST 'https://api.editframe.com/v2/transcriptions' \
  --header 'Authorization: Bearer YOUR_API_TOKEN' \
  --form 'video=@"/Users/mac/Downloads/video.mp4"' \
  --form 'format="srt"' \
  --form 'output="text"'

Supported Formats

srt, vtt, ass, txt