Skip to main content
This guide will get you up and running with the Aurelio SDK for document processing, chunking, and embedding generation.

Installation

Install the Aurelio SDK using pip:
Or with Poetry:

Authentication

The SDK requires an API key for authentication:

Document Extraction

Extract text from a PDF file:
For PDF URLs:
For video files (only supports aurelio-base model):

Intelligent Chunking

Chunk existing text with customized settings:

Embedding Generation

Generate embeddings for text or chunks:

Complete Pipeline Example

Extract, chunk, and embed a PDF in one workflow: