lithtrix_blob_parse
Extract text and tables from a blob using its unique identifier. Supports synchronous parsing or asynchronous processing with a callback URL for completion.
Instructions
POST /v1/blobs/{blob_id}/parse — extract text/tables; set async=true for QStash. Optional callback_url in JSON body. Requires LITHTRIX_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blob_id | Yes | Content-addressed blob id (b_ + 16 hex chars) | |
| async | No | When true, calls ?async=true (async parse + poll) | |
| callback_url | No | HTTPS callback for async completion (public host) |