Upload Asset
lyzr_upload_assetUpload files as assets and prepare them for RAG workflows by parsing and chunking content for retrieval.
Instructions
Upload one or more files as assets, optionally parsing/chunking them for RAG. Files are base64-encoded in the request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Files to upload | |
| end_page | No | Last page to parse (1-indexed) | |
| vlm_model | No | VLM model | |
| enable_vlm | No | Enable vision-language-model parsing | |
| start_page | No | First page to parse (1-indexed) | |
| parse_config | No | JSON string: {"provider":"standard|advanced","rag_id":"...","label_pages":false,"extract_text":true,"config":{}} | |
| parsing_mode | No | Parsing mode | |
| vlm_provider | No | VLM provider | |
| extract_tables | No | Extract tables from the document | |
| describe_images | No | Generate descriptions for images in the document | |
| parser_provider | No | Parser provider to use | |
| chunking_strategy | No | Chunking strategy to apply |