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

Type declaration

  • audio_url: string

    The URL to the audio file

  • completed: Date | null

    The date and time the transcript was completed

  • created: Date

    The date and time the transcript was created

  • error: string | null

    Error message of why the transcript failed

  • id: string

    The unique identifier for the transcript

  • resource_url: string

    The URL to retrieve the transcript

  • status: TranscriptStatus

    The status of the transcript

{
"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://assembly.ai/wildfires.mp3",
"error": null
}