Prerequisites
Before you begin, you need:- An AiQL API key from the Dashboard
- A source document to ingest (a URL or storage path AiQL can reach)
curl, or the Python or TypeScript SDK installed
Get started
Create a workspace
A workspace holds your ingested data. Create one and note the
id in the response.Ingest a document
Start an ingestion to run the full
convert → split → shape → extract pipeline and load the result into your workspace. Pass the workspace ID in the AiQL-Workspace header.Next steps
Authentication
Learn how Bearer tokens and the workspace header secure your requests.
SDKs
Use the typed Python and TypeScript clients in your application.
Pricing
See how credits are billed across tools, ingestions, and queries.
Tools
Run individual pipeline steps with
convert, split, shape, and extract.