WebhooksEvents

Parse event

Hand off to an LLM

Delivered when a parse function renders a document into a navigable structure of sections, entities, and relationships. The full parsed structure is in transformedContent.

For signing-secret setup and retry semantics that apply to every variant, see the Webhooks overview.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

Example Requests

Emitted when a parse function completes. Reuses the extract event shape on the wire — both wrap a Transformation and downstream consumers care about the same transformedContent payload — but uses a distinct eventType discriminator so receivers can dispatch on the function type that produced it.

POST/parse

See also