Learn how to manage audio files and recordings with Plaud’s API
ai_status
field that indicates the current processing status:
Status | Value | Description |
---|---|---|
Not processed | 0 | AI processing has not started |
Processing | 1 | AI processing is currently in progress |
Completed | 2 | AI processing has successfully completed |
Error | Negative values | An error occurred during processing |
ai_result_list
and ai_data
fields of the file object:
Result Type | Description | Location |
---|---|---|
Transcriptions | Text conversion of speech | ai_data.transcript |
Speaker identification | Who said what | ai_data.speakers |
Summaries | Meeting summary | ai_data.summary |
Action items | Tasks identified | ai_data.action_items |
Topics | Main discussion topics | ai_data.topics |
presigned_url
field when availableFormat | Extension | Description |
---|---|---|
Opus | .opus | High-quality compressed audio format |
MP3 | .mp3 | Widely supported compressed audio |
WAV | .wav | Uncompressed audio format |
M4A | .m4a | AAC-encoded audio format |