get_transcript
Get the raw source transcript (or article/PDF text) of a CoreWise extraction by id. Available as soon as the extraction has been initialized — no need to wait for 'completed'. Transcripts can be very long, so results are paged: pass 'offset' and 'max_chars' to fetch further chunks when 'truncated' is true. Works on your own extractions (API key required) and on public community extractions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Character offset to start from (default 0). Use with max_chars to page. | |
| max_chars | No | Max characters to return (default 100000, max 200000). | |
| extraction_id | Yes | The extraction id returned by extract_url or found via search. |