# Parable > Programmatic access to finished Parable transcripts. ## Docs - [Captureprocessed](https://docs.parable.so/api-reference/captureprocessed.md): POSTed to your configured HTTPS endpoint within about a minute of a capture entering the stream. Verify the `x-parable-signature` header before trusting the payload, respond with any 2xx within 10 seconds, and dedupe on `data.id` — delivery is at-least-once. - [Get a capture](https://docs.parable.so/api-reference/get-a-capture.md): Returns the current document for one capture. Unlike the list — which is a snapshot stream — this always reflects current state, so if a speaker is renamed after the fact, re-fetching self-heals. Only captures in your workspace's egress stream are fetchable. - [List captures](https://docs.parable.so/api-reference/list-captures.md): Lists captures in stream order (oldest first), full documents included — one request is a complete ingest step. Page with `after=` until `hasNextPage` is `false`, persisting the cursor after each page. The stream never emits a capture behind a cursor you have already advanced pas… - [Authentication](https://docs.parable.so/authentication.md): Workspace API keys and how to use them - [Overview](https://docs.parable.so/index.md): Programmatic access to finished Parable transcripts - [Quickstart](https://docs.parable.so/quickstart.md): From API key to a full transcript ingest loop in five minutes - [The transcript document](https://docs.parable.so/transcript-document.md): The JSON document served by the pull API and pushed by webhooks - [Webhooks](https://docs.parable.so/webhooks.md): Signed capture.processed pushes to your HTTPS endpoint ## OpenAPI Specs - [openapi](https://docs.parable.so/api-reference/openapi.yaml)