Edit a transcription
Transcribe
Update Transcription
This endpoint is used to update the transcript content of a specific transcription within a workspace.
PATCH
Edit a transcription
Documentation Index
Fetch the complete documentation index at: https://docs.pawa-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The manually edited transcript content
Example:
{
"filename": "meeting.mp3",
"transcript": "Hello world..."
}