TranscriptListItem: {
    audio_url: string;
    completed: Date | null;
    created: Date;
    error: string | null;
    id: string;
    resource_url: string;
    status: TranscriptStatus;
}

Type declaration

  • audio_url: string
  • completed: Date | null
  • created: Date
  • error: string | null

    Error message of why the transcript failed

  • id: string
  • resource_url: string
  • status: TranscriptStatus
{
"id": "9ea68fd3-f953-42c1-9742-976c447fb463",
"resource_url": "https://api.assemblyai.com/v2/transcript/9ea68fd3-f953-42c1-9742-976c447fb463",
"status": "completed",
"created": "2023-11-02T21:49:25.586965",
"completed": "2023-11-02T21:49:25.586965",
"audio_url": "https://github.com/AssemblyAI-Examples/audio-examples/raw/main/20230607_me_canadian_wildfires.mp3",
"error": null
}