> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parable.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Captureprocessed

> 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.




## OpenAPI

````yaml /api-reference/openapi.yaml webhook capture.processed
openapi: 3.1.0
info:
  title: Parable API
  version: 1.0.0
  description: >
    Programmatic access to finished Parable transcripts. Every capture that
    finishes processing with a non-empty transcript enters an append-only stream
    you can poll with a single stored cursor.
servers:
  - url: https://api.parable.so
security:
  - bearerAuth: []
paths: {}
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      description: >
        Workspace API key (`parable_...`), minted in the Parable app under
        Settings → API.

````