Basic API Name | Capabilities and Features | Relevant APIs |
Document Reconstruction (sync) | Supports converting various file formats to Markdown, parsing content elements including spreadsheets, formulas, images, headings, paragraphs, headers, and footers, and intelligently converting content into a readable sequence. Suitable for parsing scenarios with high time requirements, such as real-time document QA. Supports small files with short duration. | ReconstructDocumentSSE |
Document Reconstruction (async) | Supports converting various file formats to Markdown, parsing content elements including tables, formulas, images, titles, paragraphs, headers, and footers, and intelligently converting content into a readable sequence. Suitable for knowledge base QA scenarios with no strict time requirements, supporting larger files. | CreateReconstructDocumentFlow GetReconstructDocumentResult |
Document Splitting | Supports converting multiple file formats into Markdown format files and performing multi-level semantic splitting, returning the split results. Applicable to subsequent retrieval of recording clips, recall, and reading comprehension. Using the split model enhances answer integrity by 20% compared with traditional regular splitting methods. | CreateSplitDocumentFlow GetSplitDocumentResult |
Embedding | Supports calling text representation models to convert text into vector form represented by numeric values, applicable to text retrieval, information recommendation, knowledge mining, and other scenarios. | GetEmbedding |
Mutil-turn Rewriting | This API is primarily used for reference resolution and omission complement in multi-round dialogue. With this interface, there is no need to manually input prompt descriptions. Based on dialogue history, it can generate more accurate user-submitted query statements. This API applies to various scenarios such as intelligent Q&A and Conversational Search. | QueryRewrite |
Rerank | The ranker provides relevance ranking between queries and sliced fragments. In RAG and search scenarios, it helps find more relevant content and returns results sequentially. Introducing the ranking service can effectively enhance retrieval and large model generation accuracy. | RunRerank |





Feedback